These are the pre-requisite softwares for local development:
- Node.js v16 (at time of writing, 16.15.0 is used)
- PNPM v7 (at time of writing, 7.13.5 is used)
- Browsers that support Worker with ES modules (at time of writing, Firefox is not supported)
After forking & cloning your repo locally:
- Bootstrap dependencies
pnpm install
- Run dev server
pnpm dev
- Open
http://localhost:5173
in browser - Do code changes in
app/
(orpackages/brstm
) folder and changes will reflects in browser as soon as you save the changes.