Contributing
Repository workflow
Full policy lives in the repository root: CONTRIBUTING.md (license grant, Conventional Commits, PR checklist).
Website (this folder)
cd website
npm install
npm run start
Preview production build:
npm run build && npm run serve
Deploy to GitHub Pages is handled by .github/workflows/deploy-docs.yml on push to main (requires Pages source = GitHub Actions in repo settings).