Skip to content

Contributing

Thank you for your interest in contributing to router-hosts!

Development Setup

  1. Clone the repository:

    git clone https://github.com/fzymgc-house/router-hosts.git
    cd router-hosts
    

  2. Install prerequisites:

  3. Rust 1.75+ (rustup install stable)
  4. buf CLI (brew install bufbuild/buf/buf)
  5. pre-commit (pip install pre-commit && pre-commit install)

  6. Build and test:

    task build
    task test
    

Guidelines

Resources