- Clone the repository
- Install asdf using this guide
- Install
python3.9.6
asdf plugin add python
asdf install python 3.9.6- Install poetry. Poetry
asdf plugin add poetry
asdf install poetry latest
asdf local poetry 1.1.12- Install all dependencies:
poetry install - Integrating commitizen with pre-commit:
poetry run pre-commit install --hook-type commit-msg
docker-compose up --build -ddocker-compose up