Oximy Docs

Local development

Practical local startup and troubleshooting notes for Oximy services.

Start the docs app

pnpm --filter docs dev

Open http://localhost:3102.

Start the dashboard

pnpm dev:dashboard

The dashboard defaults to http://localhost:3000.

Start all local services

pnpm dev:local

This uses local API URLs and avoids pulling dashboard secrets through Infisical.

Port map

ServiceDefault port
Dashboard3000
API4000
Relay admin8700
Docs3102

Troubleshooting

  • If a port is busy, check existing Conductor workspaces before killing a process.
  • If a dashboard dev command parses arguments incorrectly, prefer pnpm --filter dashboard exec next dev --hostname 0.0.0.0 --port 3000.
  • If docs content does not appear, restart pnpm --filter docs dev so Fumadocs regenerates .source.

On this page