Improved documentation of how to start everything
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user