Skip to content

Development Setup

Run these commands from open-core/ unless a command explicitly says otherwise.

Terminal window
pnpm install
Terminal window
pnpm run docker:dev

From the open-core/ directory, start the Go API directly:

Terminal window
cd apps/api && go run ./cmd/scout-api

The API listens on 4749 unless PORT is set.