@ -0,0 +1,10 @@
.DEFAULT: run
.PHONY: run
run:
@if [ ! -d ".venv" ]; then \
python3 -m venv .venv && \
.venv/bin/pip install -U pip setuptools wheel poetry && \
.venv/bin/poetry install; \
fi
.venv/bin/poetry run uvicorn pubspace:app --reload
The note is not visible to the blocked user.