Local Development
What this page covers
Section titled “What this page covers”Commands for fast local development and production-style local verification.
Core workflow
Section titled “Core workflow”- Start the dev process:
npm run dev- For a production-like local run:
npm run buildnpm start- Confirm endpoints once the server is up:
- REST:
http://127.0.0.1:3100/api - MCP:
http://127.0.0.1:3100/mcp - Health:
http://127.0.0.1:3100/health
- Keep Dockerized Postgres and local app ports aligned with
.envvalues. - For CLIs and scripts, run commands from repo-aware contexts so local path assumptions resolve correctly.