Skip to content

Commit 0207fe3

Browse files
authored
Merge pull request #59 from ClipABit/eshaan-mehta-patch-1
Update run commands in README for development
2 parents b403d11 + f422139 commit 0207fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Open two terminals:
1414
# Terminal 1: Backend
1515
cd backend
1616
uv sync
17-
uv run modal serve main.py
17+
uv run dev
1818

1919
# Terminal 2: Frontend
2020
cd frontend/streamlit
2121
uv sync
22-
uv run streamlit run app.py
22+
uv run dev
2323
```
2424

2525
Backend runs on Modal, frontend opens at `localhost:8501`.

0 commit comments

Comments
 (0)