yarn build # Build (required before testing)
yarn lint # Check lint + formatting
yarn fix # Auto-fix lint + formatting
yarn start # Watch mode (rebuild on change)
yarn test:22 # Run tests for Node.js 22
pkguses yarn for dependency management.npmis only used indocs-site/(the VitePress docs). Do not create a rootpackage-lock.json.
Detailed project rules are in .claude/rules/ — they are loaded automatically.
Shared instructions for GitHub Copilot are in .github/copilot-instructions.md.