Skip to content

Commit

Permalink
Merge pull request #7 from dcdao/hidotmatrix/fix/#6
Browse files Browse the repository at this point in the history
Update Readme for this project
  • Loading branch information
nblogist authored Jul 10, 2024
2 parents e2334c2 + 1493735 commit 84fc72d
Showing 1 changed file with 64 additions and 5 deletions.
69 changes: 64 additions & 5 deletions README.md
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

```

0 comments on commit 84fc72d

Please sign in to comment.