Skip to content

Repository

PathRole
custom_components/varco/Home Assistant custom integration.
bridge/Opaque bridge implementations: Cloudflare Worker/Durable Object and Node in-memory bridge.
packages/client/Browser TypeScript client.
examples/consumer-dashboard/Minimal external dashboard consumer.
examples/gazzetta-energy-showcase/Read-only energy showcase.
tests/Python Authority tests.
docs/website/Documentation website source.

From the repository root:

Terminal window
npm test
npm run build
npm run check
pytest -q tests

Package-level commands:

Terminal window
npm --workspace bridge run test
npm --workspace bridge run build
npm --workspace bridge run start:node
npm --workspace packages/client run test
npm --workspace examples/consumer-dashboard run build