slack5-1770541397/.claude/guides/local/setup.md
jordan b0357fa33a
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline was successful
Initialize project from skeleton template
2026-02-08 09:03:18 +00:00

656 B

Local Development Setup

Prerequisites

  • Go 1.23+
  • Node.js 20+ (for frontend apps)
  • Docker and Docker Compose
  • Make

Getting Started

  1. Start infrastructure services:

    docker-compose up -d
    
  2. Install dependencies:

    ./scripts/install.sh
    
  3. 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 ./...