linkding/Makefile

16 lines
188 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:
pytest
format:
black bookmarks
black siteroot
npx prettier bookmarks/frontend --write