- Node.js: recommended to use nvm
- pnpm:
npm install -g pnpm
apps/
- Applicationspackages/
- Packages
Scripts follow the same pattern in all apps/
and packages/
:
pnpm dev
- Start in development modepnpm build
- Build for productionpnpm test:lint
- Type-check and lint codepnpm test
- Run tests andpnpm test:lint
pnpm compile
- If available, compile contracts