mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com> Co-authored-by: John Richmond <5629+jr@users.noreply.github.com> |
||
|---|---|---|
| .docker | ||
| .github | ||
| .husky | ||
| .roo/rules | ||
| .vscode | ||
| apps | ||
| packages | ||
| scripts | ||
| .dockerignore | ||
| .env.development | ||
| .env.preview | ||
| .env.production | ||
| .env.test | ||
| .gitignore | ||
| .prettierrc.json | ||
| .roomodes | ||
| .tool-versions | ||
| docker-compose.yml | ||
| fly.roomote-api.toml | ||
| fly.roomote-controller.toml | ||
| fly.roomote-dashboard.toml | ||
| 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