Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up the Monorepo backend development environment
cd backend/go go mod download
# Install Air globally (recommended) go install github.com/air-verse/air@latest # Or install into ./bin/ curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s # Run with live reload ./bin/air
make dev