Skip to content

Quick Local Deployment

Start the core services

docker compose -f docker-compose.dev.yml up -d db redis api websocket

Start the dashboard

pnpm install
pnpm --filter @xrxp/dashboard dev

Verify

  • http://localhost:5174
  • http://localhost:8080/health
  • ws://localhost:8081

Next step

Continue with Operations checklist.