Added missing api to the make guidance
This commit is contained in:
parent
df12f3c51c
commit
2eea36cdc9
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue