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