mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
| .docker | ||
| .github | ||
| .husky | ||
| .roo/rules | ||
| .vscode | ||
| apps | ||
| packages | ||
| scripts | ||
| .dockerignore | ||
| .env | ||
| .gitignore | ||
| .prettierrc.json | ||
| .roomodes | ||
| .tool-versions | ||
| docker-compose.yml | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| turbo.json | ||
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