Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 445 Bytes

File metadata and controls

33 lines (26 loc) · 445 Bytes

Contributing

Development

Prerequisites

  • Rust (latest stable)
  • Docker and Docker Compose

Running Tests

cargo test

Building

cargo build --release

Running Locally

docker-compose up -d --build

Code Style

Run formatting before submitting:

cargo fmt

Pull Requests

  1. Create a feature branch from dev
  2. Run tests and ensure they pass
  3. Submit a PR to dev branch