linkding/Makefile
2024-08-29 22:45:43 +02:00

15 lines
196 B
Makefile

.PHONY: serve
serve:
python manage.py runserver
tasks:
python manage.py process_tasks
test:
pytest -n auto
format:
black bookmarks
black siteroot
npx prettier bookmarks/frontend --write