Development To run/develop this project locally: Clone this repository Setup an environment python3 -m venv ./.venv source ./.venv/bin/activate Install dependendencies pip install -e ".[dev]" Make any changes necessary Run the QA suite make qa