# Contributing
## Prerequisites
- [pre-commit](https://pre-commit.com/)
- [Rust](https://rustup.rs/)
## Getting started
```bash
git clone https://github.com/leroyguillaume/hans
cd hans
pre-commit install
```
## How to build
```bash
cargo build
```
## How to test
```bash
cargo test
```