Local Development ​
- Install pnpm:
npm i -g pnpm - In the root folder:
nvm usepnpm install
- In the
corefolder:pnpm build -w- For unit tests:
pnpm test:unit
For a "real world example":
- In the
uifolder:pnpm installpnpm build -w
- In the
sandboxfolder:pnpm installpnpm dev