Skip to content

Development

Contributing to and developing with Compere.

Contents

Development Setup

# Clone the repository
git clone https://github.com/terraprompt/compere.git
cd compere

# Install with dev dependencies
uv sync --all-extras

# Run tests
uv run pytest

# Run linting
uvx ruff check .

# Start development server
uv run compere --reload