From 2eea36cdc9e7e8b64fdf8326d477f3d4653f89fd Mon Sep 17 00:00:00 2001 From: tegwick Date: Sat, 25 Apr 2026 23:15:30 +0200 Subject: [PATCH] Added missing api to the make guidance --- state-hub/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/state-hub/Makefile b/state-hub/Makefile index 640b883..8ffd59d 100644 --- a/state-hub/Makefile +++ b/state-hub/Makefile @@ -2,6 +2,14 @@ COMPOSE = docker compose -f infra/docker-compose.yml --env-file .env +start: + @echo "# run in different terminals" + @echo "make db # docker compose up postgres" + @echo "make api # start backend api" + @echo "make mcp-http # start state-hub mcp service" + @echo "make dashboard # Observable dev server on :3000" + @echo "make bridges # Set up ssh bridges for cross machines access" + install: uv sync