Files
linkding/Makefile
2025-03-09 05:50:05 +01:00

16 lines
219 B
Makefile

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