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-backend is running on port 8000 (GraphQL over HTTP and WS at /graphql).

  • Install deps: npm install

  • Start dev server: npm run dev

  • Open: 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.