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.jsonfor a full list ofscriptsyou can run withyarn)