Skip to content

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.

Terminal window
pnpm install
Terminal window
pnpm run docker:dev

From the repository root, start the Go API directly:

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

The API listens on 4749 unless PORT is set.