Local Development ​
- Install pnpm:
npm i -g pnpm
- In the root folder:
nvm use
pnpm install
- In the
core
folder:pnpm build -w
- For unit tests:
pnpm test:unit
For a "real world example":
- In the
ui
folder:pnpm install
pnpm build -w
- In the
sandbox
folder:pnpm install
pnpm dev