ajout de make file

This commit is contained in:
Tykayn 2025-09-17 22:49:30 +02:00 committed by tykayn
parent 2c4f79edbb
commit 6077e84f08

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
default: start
dev: start
start:
python3 -m venv venv
. venv/bin/activate && pip install -r requirements.txt && uwsgi --http :8080 --wsgi-file backend.py --callable app