13 lines
451 B
Markdown
13 lines
451 B
Markdown
# Run locally
|
|
|
|
In increasing complexity:
|
|
|
|
* `./basic-run.sh` - just raw-dog it
|
|
* `docker compose up --build`
|
|
|
|
# Pre-commit
|
|
|
|
This repo uses [pre-commit](https://pre-commit.com/). 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!
|