Skip to content

dcdao/home

Repository files navigation

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.

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

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
git https://github.com/dcdao/home.git
cd home
  1. Install dependencies
npm install
# or
yarn install
  1. Running the Development Server
npm run dev
# or
yarn dev
  1. Building for Production
npm run build
# or
yarn build
  1. Previewing the Production Build
npm run preview
# or
yarn preview