Contributing
Prerequisites
- Node.js v20.16.0 or later
- pnpm v9
Install dependencies
pnpm installRun tests
pnpm testRun linter
pnpm lintRun linter and fix
pnpm lint:fixUpdate snapshots
pnpm snapshotBuild example and validate generated code
npm run build && pnpm --filter @7nohe/react-app generate:api && pnpm --filter @7nohe/react-app test:generatedPreview the docs
pnpm --filter docs dev