cloud-ops
Installation
SKILL.md
Cloud Operations & Deployment
Quick Start (Development)
# 1. Infrastructure (PostgreSQL, Valkey, Geo, Filegate)
bun run infra
# 2. Core dev stack — 7 containers, enough to log in, see the dashboard, and manage accounts
bun run dev
# 3. Open the platform
open http://localhost:3000
To stop: bun run dev:down (includes extras via --profile extra) and bun run infra:down.