From 905361a5726f83b18fa6f8e9edae68bd1357cd04 Mon Sep 17 00:00:00 2001 From: Hamid Roohi Date: Tue, 9 Jul 2024 02:27:35 -0400 Subject: [PATCH 1/3] fix(issue 6): remove the readme --- README.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index f768e33..0000000 --- a/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# React + Vite - -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. - -Currently, two official plugins are available: - -- [@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 From 4bafd8d1db8e98a19c66ec9816df087cc671acc7 Mon Sep 17 00:00:00 2001 From: Hamid Roohi Date: Tue, 9 Jul 2024 04:22:53 -0400 Subject: [PATCH 2/3] Fix(issue 6): update readme file --- README.md | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ee1c5e --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ +# DC DAO Website + +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. + +## Social Links + +- [X](https://twitter.com/DarwiniaNetwork) +- [Telegram](https://t.me/DarwiniaNetwork) +- [GitHub](https://github.com/dcdao) +- [Darwinia Website](https://darwinia.network/) + +## 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 + +``` From 14937353de4b2c6b66e6bb51522e5bdd48bf8422 Mon Sep 17 00:00:00 2001 From: Furqan A <35498810+nblogist@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:16:02 +0500 Subject: [PATCH 3/3] Update README.md for proper description --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7ee1c5e..eee74b7 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,15 @@ 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. +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! + ## 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