mn-web-ui is the React/Vite browser interface for inspecting MirrorNeuron
runtime state, job history, job graphs, events, dead letters, and raw manifest
submissions through mn-api.
Install dependencies and start the development server:
npm install
npm run devRun local checks:
npm run lint
npm test -- --run
npm run buildDefault local URL:
http://localhost:55173
- Start
mn-apibefore using live runtime screens. - The default API base URL is
/api/v1. - Set
MN_WEB_API_TOKENwhen connecting to a protected API instance.