Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit c457102

Browse files
committed
update readme
1 parent e714e16 commit c457102

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

packages/frontend/README.md renamed to README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
21
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2+
33
[![All Contributors](https://img.shields.io/badge/all_contributors-39-orange.svg?style=flat-square)](#contributors-)
4+
45
<!-- ALL-CONTRIBUTORS-BADGE:END -->
56
<!-- LOGO -->
67

@@ -14,7 +15,7 @@
1415
</p>
1516
</p>
1617

17-
[![Chat on Discord](https://img.shields.io/badge/chat-Discord-7289DA?logo=discord)][Discord] [![Follow on Twitter](https://img.shields.io/badge/social-Twitter-1DA1F2?logo=twitter)](https://twitter.com/developer_dao) [![See on Etherscan](https://img.shields.io/badge/MintNFT-Ethereum-3C3C3D?logo=ethereum)](https://etherscan.io/token/0x25ed58c027921e14d86380ea2646e3a1b5c55a8b#writeContract)
18+
[![Chat on Discord](https://img.shields.io/badge/chat-Discord-7289DA?logo=discord)][discord] [![Follow on Twitter](https://img.shields.io/badge/social-Twitter-1DA1F2?logo=twitter)](https://twitter.com/developer_dao) [![See on Etherscan](https://img.shields.io/badge/MintNFT-Ethereum-3C3C3D?logo=ethereum)](https://etherscan.io/token/0x25ed58c027921e14d86380ea2646e3a1b5c55a8b#writeContract)
1819

1920
<!-- Table of Contents -->
2021

@@ -29,7 +30,6 @@
2930
<li><a href="#contributors-">Contributors</a></li>
3031
</ul>
3132

32-
3333
## What is a DAO
3434

3535
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
9696

9797
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:
9898

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` |
104104

105105
## Contributing
106106

@@ -175,6 +175,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
175175
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
176176

177177
## Support
178+
178179
<div>
179180
<a href="https://vercel.com?utm_source=developdao&utm_campaign=oss">
180181
<img width="170px" src="https://user-images.githubusercontent.com/8930332/133003096-dbf81aa9-d165-49fd-b2dd-0108e32138a6.png" alt="Powered By Vercel" />
@@ -184,4 +185,4 @@ This project follows the [all-contributors](https://github.com/all-contributors/
184185
<p align="left">Thanks to Vercel sponsoring this project by hosting it for free</p>
185186
</div>
186187

187-
[Discord]: https://discord.gg/ASjBPJuNhS
188+
[discord]: https://discord.gg/ASjBPJuNhS

0 commit comments

Comments
 (0)