Getting Started
Run the widget locally against a running Octopus backend on port 8000.
Prerequisites: Node.js 18+, npm, and an Octopus backend reachable at
http://localhost:8000.Start backend: ensure
octopus-backendis running on port 8000 (GraphQL over HTTP and WS at/graphql).Install deps:
npm installStart dev server:
npm run devOpen: the Vite dev server prints a local URL (typically
http://localhost:5173).
The local playground in dev/ uses createMockHost pointing to http://localhost:8000/graphql and ws://localhost:8000/graphql, so no extra configuration is needed beyond having the backend up.