Skip to content

Local Development

Run targeted tests while iterating, then run the workspace checks before landing a change.

Terminal window
cargo test --workspace
make build
make fmt

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.