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