Skip to content

Local Development

Run targeted checks while iterating. Before handing off a task, run the repository’s fast guardrail gate:

Terminal window
make ci-fast

The full make ci workflow is the canonical PR merge gate and runs in CI.

The website is independent of the Rust workspace.

Terminal window
cd website
npm install
npm run dev
npm run build

npm run build syncs the architecture mirror before building.

Review .orbit/ changes carefully before committing. Tracked asset changes are product changes. Mutable runtime artifacts are operational data unless the change is intentional.