linkding/Makefile

16 lines
196 B
Makefile
Raw Normal View History

2024-01-27 10:29:16 +00:00
.PHONY: serve
serve:
python manage.py runserver
tasks:
python manage.py process_tasks
test:
2024-08-29 20:45:43 +00:00
pytest -n auto
2024-01-27 10:29:16 +00:00
format:
black bookmarks
black siteroot
npx prettier bookmarks/frontend --write