copier-shiv/README.md.jinja
2023-04-07 00:07:16 -04:00

16 lines
270 B
Django/Jinja

# [[ project_name ]]
[[ description ]]
Use this template by installing `copier` and running:
```shell
copier https://git.joekaufeld.com/jkaufeld/copier-shiv.git [dir]
```
After that, you can set up the system with:
```shell
poetry shell
poetry install
make build
```