mirror of
https://github.com/Crocmagnon/checkout.git
synced 2025-01-22 05:13:36 +01:00
17 lines
353 B
Markdown
17 lines
353 B
Markdown
# Checkout
|
|
|
|
Simple interface to register baskets.
|
|
|
|
## Quick start
|
|
Clone, then
|
|
```shell
|
|
uv sync
|
|
uv run pre-commit install --install-hooks
|
|
inv test
|
|
uv run ./src/manage.py migrate
|
|
uv run ./src/manage.py generate_dummy_baskets
|
|
uv run ./src/manage.py createsuperuser
|
|
```
|
|
|
|
# Reuse
|
|
If you do reuse my work, please consider linking back to this repository 🙂
|