Browse Source

added 'serve' command to makefile

funding-tag
Holger Frey 5 months ago
parent
commit
1cdf067da5
  1. 5
      Makefile

5
Makefile

@ -1,4 +1,4 @@ @@ -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 @@ -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

Loading…
Cancel
Save