- Stacking activity
- Farming activity
- Create pool
- Lab
- Bridge
- Guide
You develop the templates in /src
, and review build changes in /build
.
-
Install dependencies with
npm install
in the root folder. This will install the template development tool that watches changes in the/src
folder and output the template to/build
on build. -
Run
npm run start
in root folder. This would activate a development session a react codebase is being modified -
Run
npm run build
in./
andreact codebase would be compile
to/build
.