1
0
Files
CommentAutomation/README.md
2026-03-30 09:54:38 +00:00

273 B

CommentAutomation

Python project initialized with uv.

Quick start

  1. Install uv.

  2. Sync dependencies:

    uv sync --group dev

  3. Run the app:

    uv run uvicorn comment_automation.main:app --app-dir src --host 0.0.0.0 --port 8000

  4. Run tests:

    uv run pytest