Skip to content

Commit 03ab5d1

Browse files
committed
add instruction to execute uvicorn app with uv
1 parent b68d02f commit 03ab5d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/frontend/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Execute frontend UI App
2+
```shell
3+
uv run uvicorn frontend_server:app --port 3000
4+
```

0 commit comments

Comments
 (0)