this repo has no description
at main 9 lines 172 B view raw
1dev: 2 uv run uvicorn alt_text.server:app --reload --host 0.0.0.0 --port 8080 3 4lint: 5 uv run ruff check src/ --fix 6 uv run ruff format src/ 7 8deploy: 9 fly deploy