Guides
Local development
Run Starbase on your machine and point the CLI at it.
From the robodev-starbase repo:
- UI: http://localhost:3000
- API: http://localhost:4000
- Project APIs: http://{projectId}.localhost:4000
Point the CLI at that stack:
Without those env vars the CLI talks to https://robodev.povio.dev.
Workspace starter
Use robodev-cli-starter in this repo when you are changing the CLI or library. It is the same app as the published template, with workspace dependencies.