Skip to main content

Operations

Per CLAUDE.md (the operator runbook found in the analyzer's evidence):

Local development

# Frontend dev server
pnpm dev # Vite, :5173

# API server (separate process)
pnpm dev:api # Node HTTP API, :8788

The Vite dev server proxies /api requests to http://localhost:8788.

Production-shaped local stack

Caddy (Docker) :8787 <-- reverse proxy
API (Node) :8788
MongoDB :27015

Data import/export

Import/export scripts produce JSON and NDJSON datasets under public/data/ — used both for archival snapshots and to feed the site's ecosystem/video-catalog pages from MongoDB collections (core, pages, ecosystems).

Known gap

No formal WDS-style deployment record exists yet (what changed, build command/result, target environment, deploy time, verification). This is flagged as the top next step in the project's own roadmap — see Roadmap.