Skip to main content

Quick Start

Prerequisites

  • Go 1.25 or later
  • Docker (for running PostgreSQL locally)
  • Git

Running PostgreSQL Locally

Development Guide

For detailed development information, see CLAUDE.md in the repository. It covers:
  • Architecture overview and data flow
  • Package structure and core types
  • How to add new features and change types
  • Testing patterns and conventions
  • Debugging tips

Project Structure

Running Tests

Pull Request Process

  1. Create a branch: git checkout -b feature/your-feature
  2. Make changes and add tests
  3. Verify:
  4. Submit PR with clear description

PR Description Template

Getting Help

Code of Conduct

Be respectful and inclusive. We follow the Contributor Covenant.