mirror of
https://github.com/HazyResearch/manifest
synced 2024-11-18 09:25:48 +00:00
defc63bf36
Also fixed typing issues in tests
11 lines
149 B
Markdown
11 lines
149 B
Markdown
## Running
|
|
|
|
In a separate tmux/terminal session, run
|
|
|
|
```
|
|
cd manifest
|
|
uvicorn web_app.main:app --reload
|
|
```
|
|
|
|
Change the port by ass `--port <PORT>`.
|