-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Update Readme for this project
- Loading branch information
Showing
1 changed file
with
64 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,67 @@ | ||
# React + Vite | ||
# DC DAO Website | ||
|
||
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. | ||
The website is designed to assist individuals interested in joining the Web3 community and engaging in creative activities within the Web3 environment. By joining our community, you will enter the world of Web3 and be ready to pursue your desired goals. | ||
|
||
Currently, two official plugins are available: | ||
DC DAO is Darwinia Community DAO that is a meeting point for all the individual who wants to bring upon change in Darwinia and brodely in the Web3 Space. Join Today! | ||
|
||
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh | ||
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh | ||
## Social Links | ||
|
||
- [X](https://twitter.com/DarwiniaNetwork) | ||
- [Telegram](https://t.me/DarwiniaNetwork) | ||
- [GitHub](https://github.com/dcdao) | ||
- [Darwinia Website](https://darwinia.network/) | ||
- [Governance](https://www.tally.xyz/gov/dcdao) | ||
|
||
## Getting Started | ||
|
||
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. | ||
|
||
### Prerequisites | ||
|
||
- Node.js | ||
- npm or yarn | ||
|
||
### Installing | ||
|
||
1. Clone the repository | ||
|
||
```bash | ||
git https://github.com/dcdao/home.git | ||
cd home | ||
``` | ||
|
||
2. Install dependencies | ||
|
||
```bash | ||
npm install | ||
# or | ||
yarn install | ||
|
||
``` | ||
|
||
3. Running the Development Server | ||
|
||
```bash | ||
npm run dev | ||
# or | ||
yarn dev | ||
|
||
``` | ||
|
||
4. Building for Production | ||
|
||
```bash | ||
npm run build | ||
# or | ||
yarn build | ||
|
||
``` | ||
|
||
4. Previewing the Production Build | ||
|
||
```bash | ||
npm run preview | ||
# or | ||
yarn preview | ||
|
||
``` |