mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
500 B
500 B
Roo Code Cloud Monorepo
Web
To start the web app you first need to start the postgres and clickhouse docker services:
pnpm db:up
This will automatically sync your database to the latest version of the schema. If you need to reset your database at any point, you can run:
pnpm db:reset
Then you can start the app in dev mode:
pnpm --filter @roo-code-cloud/web dev
The app will be available at localhost:3000.
Roomote
TBD