linkding/Makefile

17 lines
235 B
Makefile
Raw Normal View History

2024-01-27 11:29:16 +01:00
.PHONY: serve
serve:
python manage.py runserver
tasks:
python manage.py process_tasks
test:
2024-08-29 22:45:43 +02:00
pytest -n auto
2024-01-27 11:29:16 +01:00
format:
black bookmarks
black siteroot
npx prettier bookmarks/frontend --write
2024-09-23 11:04:36 +02:00
npx prettier bookmarks/styles --write