Guides

Local development

Run Starbase on your machine and point the CLI at it.

From the robodev-starbase repo:

terminal

docker compose up -d
pnpm install
pnpm dev
  • UI: http://localhost:3000
  • API: http://localhost:4000
  • Project APIs: http://{projectId}.localhost:4000

Point the CLI at that stack:

terminal

export STARBASE_URL=http://localhost:4000
export STARBASE_FE_URL=http://localhost:3000
robodev auth
robodev create my-space-app

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.