Available scripts

May 9, 2026 ยท View on GitHub

CommandWhat it does
npm run devBoots infra, then UI + BFF + agent concurrently
npm run dev:fullSame as dev plus the MCP server
npm run dev:infraPostgres + Redis + Intelligence composite
npm run dev:infra:downTear infra down
npm run dev:uiFrontend only (Next.js, port 3010)
npm run dev:bffCopilotKit runtime BFF only (Hono, port 4010)
npm run dev:agentAgent only (langgraph dev, port 8133)
npm run dev:mcpMCP server only (port 3011)
npm run buildProduction build