Files
mta-sign/justfile
2023-07-10 18:43:43 -04:00

11 lines
141 B
Makefile

# Run tests and linters
@default: run
# Setup project
@init:
poetry install
# Setup project
@run:
poetry run uvicorn main:app --reload