forked from LiveCarta/CommentAutomation
19 lines
273 B
Markdown
19 lines
273 B
Markdown
# 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
|