Clone the repo:
git clone https://github.com/albertov19/localAssets-dashboard
cd moonrevoker-dashboard
Install dependencies:
yarn install
Start dev server (localhost:3000 by default):
yarn dev
Start production server (localhost:3000 by default):
yarn start