copier-shiv/README.md.jinja

16 lines
No EOL
275 B
Django/Jinja

# [[ project_name ]]
[[ description ]]
Use this template by installing `copier` and running:
```shell
copier copy 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
```