- Clone the project and install dependencies
git clone [email protected]/subvisual/discoveryDAO
cd discoveryDAO
yarn install
cd packages/contracts
forge install
Solidity smart contracts are found in ./packages/contracts
yarn contracts:dev
, or yarn dev
inside the ./packages/contracts
folder boots the local development chain
forge test
runs the tests
NextJS web application that serves as the frontend is found in ./packages/web-app
yarn web:dev
, or yarn dev
inside the ./packages/web-app
folder starts the project locally