From c45710200e7788ee3ff0545428f49e9e6e0ab9e3 Mon Sep 17 00:00:00 2001
From: Matthew Mulford
Date: Tue, 9 Aug 2022 11:48:25 -0500
Subject: [PATCH] update readme
---
packages/frontend/README.md => README.md | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
rename packages/frontend/README.md => README.md (98%)
diff --git a/packages/frontend/README.md b/README.md
similarity index 98%
rename from packages/frontend/README.md
rename to README.md
index 088eea9..8fd1bb9 100644
--- a/packages/frontend/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
-
+
[![All Contributors](https://img.shields.io/badge/all_contributors-39-orange.svg?style=flat-square)](#contributors-)
+
@@ -14,7 +15,7 @@
-[![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)
+[![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)
@@ -29,7 +30,6 @@
Contributors
-
## What is a DAO
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
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:
-| Vercel Environment | value |
-| --- | --- |
-| Production | `production` |
-| Preview | `preview` |
-| Development | `development` |
+| Vercel Environment | value |
+| ------------------ | ------------- |
+| Production | `production` |
+| Preview | `preview` |
+| Development | `development` |
## Contributing
@@ -175,6 +175,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Support
+
-[Discord]: https://discord.gg/ASjBPJuNhS
+[discord]: https://discord.gg/ASjBPJuNhS