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]" python3 ./validator/post-install.py
- Make any changes necessary
- Run the QA suite
make qa