Improved documentation of how to start everything

This commit is contained in:
2026-04-20 00:04:46 +02:00
parent fd9b781398
commit 13734c404e

View File

@@ -45,6 +45,18 @@ make api # db + migrate + uvicorn :8000 (restarts if runnin
make dashboard # Observable dev server on :3000
```
### Start Everything
To start all the infrastructure on separate consoles do:
```bash
make db # docker compose up postgres
make mcp-http # start state-hub mcp service
make dashboard # Observable dev server on :3000
make bridges # Set up ssh bridges for cross machines access
```
### CLI
```bash