Run coding agents in isolated git workspaces, across one machine or many.
bun installThe docs site lives in apps/docs (Astro + Starlight):
bun run docs # dev server on localhost:4321
bun run docs:build # production build to apps/docs/distbun test # every workspace's suite
bun typecheck # every workspace's typecheckSee the docs site's Contributing section for the repo layout and conventions.