UI not built
The API is running, but no frontend bundle has been built into
nodum/_web/. Build it once, then reload this page:
make web-install— install the Node dependenciesmake web-build— build the bundle intonodum/_web/
For frontend development, make web-dev runs the Vite dev server on
http://127.0.0.1:5700 and proxies the API back to this process.
The REST API is unaffected and available at /api; liveness is at
/healthz.