Skip to main content

Site Development

This site is a Docusaurus wrapper around the README. The README stays the source of truth; the site stays focused on discovery and navigation.

Local development

cd website
npm start

Production build

cd website
npm run build

The generated output is written to website/build.

Content rules

  • Keep pages short and link-heavy.
  • Point readers back to real README sections when possible.
  • Prefer navigation cards over long explanatory prose.

Deployment

GitHub Pages deployment is defined in .github/workflows/deploy-docs.yml.

Source files