File size: 149 Bytes
b247dc4
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
## Running

In a separate tmux/terminal session, run

```
cd manifest
uvicorn web_app.main:app --reload
```

Change the port by ass `--port <PORT>`.