Skip to content
Crow CI

Overview

Welcome to the Crow CI development guide. This section covers everything you need to contribute to Crow CI.

  1. Setup - Install required tools and dependencies
  2. Building - Build and test Crow components
  3. Debugging - VSCode configuration and local development
  4. Architecture - System architecture overview
# Clone the repository
git clone https://codefloe.com/crowci/crow.git
cd crow

# Install Go dependencies
just install-dev-deps

# Run tests
just test

# Start local development (requires .env file)
# Use VSCode "Crow CI" launch configuration