Skip to main content

Documentation

Nothing of the practice is published here yet. This page exists to prove the site builds and deploys end to end; it will be replaced when the rewrite lands.

How this site is published

A pull request builds the site but never publishes it. A merge to main rebuilds from main rather than reusing the pull request's output — the pull request was built from a test merge that may never have existed on main.

Working on the site

The site runs entirely inside the repository's dev container; see the README for the three steps.

CommandDoes
npm run start --prefix websiteDev server with live reload
npm run build --prefix websiteProduction build
npm run serve --prefix websiteServe the production build