manifest/web_app/README.md
Laurel Orr defc63bf36 feat: web app for manifest (#46)
Also fixed typing issues in tests
2022-12-30 20:29:29 -07:00

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>`.