checkout/README.md

19 lines
374 B
Markdown
Raw Normal View History

2022-04-24 19:21:46 +02:00
# Checkout
2022-04-24 15:51:25 +02:00
2022-04-24 19:21:46 +02:00
Simple interface to register baskets.
2022-04-24 15:51:25 +02:00
2023-03-25 21:34:42 +01:00
## Quick start
Clone, then
2022-04-24 15:51:25 +02:00
```shell
2023-03-25 21:34:42 +01:00
pip install -U pip pip-tools invoke
inv sync-dependencies
pre-commit install --install-hooks
inv test
./src/manage.py migrate
./src/manage.py generat_dummy_baskets
./src/manage.py createsuperuser
2022-04-24 15:51:25 +02:00
```
# Reuse
If you do reuse my work, please consider linking back to this repository 🙂