We are happy if you want to contribute to this project. If you find any bugs or have suggestions for improvements, please open an issue. We are also happy to accept your PRs. Just open an issue beforehand and let us know what you want to do and why.
-
Clone the repository and navigate inside the new directory.
-
Install dependencies using Poetry
poetry install
- Install the pre-commit hooks for linting and to enforce a consistent code style.
pre-commit install