diff --git a/Makefile b/Makefile index 9cfc94d..fc20c4f 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,9 @@ init: pnpm install $(MAKE) loadplatforms +server: + uv run python -Wa manage.py runserver + dev: @pnpm concurrently \ --names "Django,Tailwind" \