manifest/web_app/README.md

11 lines
149 B
Markdown
Raw Normal View History

## Running
In a separate tmux/terminal session, run
```
cd manifest
uvicorn web_app.main:app --reload
```
Change the port by ass `--port <PORT>`.