- init poetry and pre-commit
poetry install --no-root
poetry run pre-commit install
- env
cp ./.env.example ./.env
- up docker local
make up-local
make up-tests
poetry install --no-root
poetry run pre-commit install
cp ./.env.example ./.env
make up-local
make up-tests