diff --git a/Makefile b/Makefile index 7be5ae8..2b44558 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: clean clean-test clean-pyc clean-build docs help +.PHONY: clean clean-test clean-pyc clean-build docs help serve .DEFAULT_GOAL := help define BROWSER_PYSCRIPT @@ -91,3 +91,6 @@ repo: prepareenv ## complete project setup with development environment and git git push -u origin main --no-verify .venv/bin/pre-commit install --install-hooks + +serve: + .venv/bin/pserve --reload development.ini