Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 556 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 556 Bytes

Contributing

Requirements

  • Node.js: recommended to use nvm
  • pnpm: npm install -g pnpm

Project structure

  • apps/ - Applications
  • packages/ - Packages

Common scripts

Scripts follow the same pattern in all apps/ and packages/:

  • pnpm dev - Start in development mode
  • pnpm build - Build for production
  • pnpm test:lint - Type-check and lint code
  • pnpm test - Run tests and pnpm test:lint
  • pnpm compile - If available, compile contracts