linkding/Makefile
2024-09-23 11:04:36 +02:00

16 lines
235 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
npx prettier bookmarks/styles --write