You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2023. It is now read-only.
[][Discord][](https://twitter.com/developer_dao)[](https://etherscan.io/token/0x25ed58c027921e14d86380ea2646e3a1b5c55a8b#writeContract)
18
+
[][discord][](https://twitter.com/developer_dao)[](https://etherscan.io/token/0x25ed58c027921e14d86380ea2646e3a1b5c55a8b#writeContract)
DAO stands for **D**ecentalized **A**utonomous **O**rganisation. That is a group of people with shared goals/mission that are governed by an agreed set of rules coded into a smart contract(s) on a blockchain.
@@ -96,11 +96,11 @@ This project uses Vercel to manage deployments. We use the Vercel GitHub integra
96
96
97
97
In both cases, Vercel runs `next build` to build the project. Since running `next build` automatically sets `NODE_ENV` to `production`, if you need to distinguish between an actual production deployment and a PR preview deployment (example: we only want to run code that connects to analytics in production and not for preview deploys), use the `NEXT_PUBLIC_VERCEL_ENV` (`process.env.NEXT_PUBLIC_VERCEL_ENV`) environment variable. This variable exists in Vercel and provides the following values:
98
98
99
-
| Vercel Environment | value |
100
-
| --- | --- |
101
-
| Production |`production`|
102
-
| Preview |`preview`|
103
-
| Development |`development`|
99
+
| Vercel Environment | value |
100
+
| ------------------|------------- |
101
+
| Production |`production`|
102
+
| Preview |`preview`|
103
+
| Development |`development`|
104
104
105
105
## Contributing
106
106
@@ -175,6 +175,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
175
175
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
0 commit comments