451 B
451 B
Run locally
In increasing complexity:
./basic-run.sh
- just raw-dog itdocker compose up --build
Pre-commit
This repo uses pre-commit. Install the tool with pip install pre-commit
(or just pip install -r requirements-dev.txt
), then install the hooks with pre-commit install
Not yet configured to run this in CI, as I'm the only contributor :P but I definitely should if I start getting contributions!