## Running

In a separate tmux/terminal session, run

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

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