You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install Node dependencies
pnpm install
# Start the dashboard
pnpm --filter dashboard dev
# Start a Go servicecd services/identity-service
go run ./cmd/api
Running with Docker Compose
# Production build
docker compose up --build
# Development mode (with hot reload where supported)
docker compose -f docker-compose.dev.yml up --build