Added missing api to the make guidance

This commit is contained in:
2026-04-25 23:15:30 +02:00
parent df12f3c51c
commit 2eea36cdc9

View File

@@ -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