Setup modes
Use the smallest mode that proves the outcome you need.
| Mode | Commands | Best for |
|---|---|---|
| Quick local UI | bun install, bun run dev |
Product work with fallback or existing local data |
| Full local telemetry | bun install, bun run setup, bun run dev |
Local tool discovery, aggregation, and hook wiring |
| Static public demo | bun install, bun run demo:preview:pages |
Privacy-safe browser review |
| Documentation | bun run docs:dev |
Public guide authoring |
bun run setup can read and write local machine state. Read its terminal
summary and fix any failed step before treating setup as successful. Local
diagnostic output may be detailed; browser-facing data must remain redacted and
bounded.
The public demo and documentation modes do not run local collectors or expose local actions.