Development Setup
Run these commands from the public repository root unless a command explicitly says otherwise.
Before contributing, review the Licensing page and CONTRIBUTING.md. Public contributions are accepted through forks and pull requests only.
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 repository root, start the Go API directly:
cd apps/api && go run ./cmd/scout-apiThe API listens on 4749 unless PORT is set.