Skip to content

Contributing

Prerequisites

  • Node.js v20.16.0 or later
  • pnpm v9

Install dependencies

Terminal window
pnpm install

Run tests

Terminal window
pnpm test

Run linter

Terminal window
pnpm lint

Run linter and fix

Terminal window
pnpm lint:fix

Update snapshots

Terminal window
pnpm snapshot

Build example and validate generated code

Terminal window
npm run build && pnpm --filter @7nohe/react-app generate:api && pnpm --filter @7nohe/react-app test:generated

Preview the docs

Terminal window
pnpm --filter docs dev