linkding/Makefile

17 lines
235 B
Makefile
Raw Permalink 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
2024-09-23 09:04:36 +00:00
npx prettier bookmarks/styles --write