To run this project locally:
- Prerequisites: Make sure you've installed [Node.js] ≥ 12
- Install dependencies in /contract:
cd contract && yarn install
- Install dependencies in /:
yarn install
- Run the local development server:
yarn dev
(seepackage.json
for a full list ofscripts
you can run withyarn
)