Contributing
Prerequisites
- Node.js v20.16.0 or later
- pnpm v9
Install dependencies
pnpm install
Run tests
pnpm test
Run linter
pnpm lint
Run linter and fix
pnpm lint:fix
Update snapshots
pnpm snapshot
Build example and validate generated code
npm run build && pnpm --filter @7nohe/react-app generate:api && pnpm --filter @7nohe/react-app test:generated
Preview the docs
pnpm --filter docs dev