Development Setup
Development Setup
Section titled “Development Setup”Run these commands from open-core/ unless a command explicitly says otherwise.
Install dependencies
Section titled “Install dependencies”pnpm installStart Docker development services
Section titled “Start Docker development services”pnpm run docker:devRun the Go API without Docker
Section titled “Run the Go API without Docker”From the open-core/ directory, start the Go API directly:
cd apps/api && go run ./cmd/scout-apiThe API listens on 4749 unless PORT is set.