1
0
Fork 0

Tweak developer guide

This commit is contained in:
Thomas Sileo 2022-07-11 22:06:12 +02:00
parent 696a0dc7cf
commit 368dd30e8f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ The server has 2 components:
- The web server (powered by [FastAPI](https://fastapi.tiangolo.com/) and [Jinja2](https://jinja.palletsprojects.com/en/3.1.x/) templates)
- An additional process that takes care of sending "outgoing actities"
## Tasks
### Tasks
The project uses [Invoke](https://www.pyinvoke.org/) to manage tasks (a Python powered Makefile).