656 B
656 B
Local Development Setup
Prerequisites
- Go 1.23+
- Node.js 20+ (for frontend apps)
- Docker and Docker Compose
- Make
Getting Started
-
Start infrastructure services:
docker-compose up -d -
Install dependencies:
./scripts/install.sh -
Start development:
./scripts/dev.sh
Environment Variables
Copy .env.example files in each component to .env and configure as needed.
Common Tasks
| Task | Command |
|---|---|
| Run all tests | ./scripts/quality.sh |
| List components | ./scripts/discover.sh |
| Lint code | golangci-lint run ./... |