| title | Operations | ||
|---|---|---|---|
| description | Running, shipping, and verifying the stack | ||
| audience |
|
Everything about running the system — locally, in containers, and in production.
| Page | One-liner |
|---|---|
| Local Development | Node ≥ 26, three installs, npm run dev |
| Docker | Compose services, healthcheck ordering, live-mount wiring |
| Deployment | What flips between dev and production, proxy trust |
| Testing | Jest data tests, baseline snapshots, /test smoke run, Bruno collection, lint |