- make
- python3.11
- poetry
After installing dependencies, run:
make install
Run app locally with:
make run
Note: this will also install dependencies with poetry
This project uses the pytest test suite in the CI pipeline.
To run tests locally, use the command make test
.
To format or lint the project, run make format
or make lint
respectively.