chore: makefile

This commit is contained in:
Loïc Gremaud 2026-06-12 00:41:02 +02:00
parent 3a90815463
commit eb05d56986
Signed by: Legrems
GPG Key ID: D4620E6DF3E0121D

9
makefile Normal file
View File

@ -0,0 +1,9 @@
.PHONY: all
help:
@echo "Available commands:"
@echo " make setup - Set up the application (migrate + collectstatic)"
setup:
/opt/uv/uv run python src/manage.py migrate
/usr/local/bin/pnpm --dir src/ install