Skip to main content

Prerequisites

Run brew bundle from the repo root to install the toolchain, and make sure Docker is running — local infra comes up via docker compose.

Run it

1

Start local infra

Brings up the data store and event bus via Docker Compose.
2

Run the app

Starts the control plane, API server, and web UI together.
The UI is served on localhost:5173; the API server listens on :8080.
3

Run the tests (optional)

Next steps

Head to Architecture to see how these pieces relate, or Connectors to see what you can plug in as a source or sink.