Added missing api to the make guidance
This commit is contained in:
@@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
COMPOSE = docker compose -f infra/docker-compose.yml --env-file .env
|
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:
|
install:
|
||||||
uv sync
|
uv sync
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user