Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Local Development

Commands for fast local development and production-style local verification.

  1. Start the dev process:
Terminal window
npm run dev
  1. For a production-like local run:
Terminal window
npm run build
npm start
  1. 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 .env values.
  • For CLIs and scripts, run commands from repo-aware contexts so local path assumptions resolve correctly.