forked from LiveCarta/CommentAutomation
Initial
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user