Find a file
Matt Rubens abe1030c61
First shot at a rules file (#119)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-23 11:11:22 -04:00
.docker Unify roomote and cloud databases (#112) 2025-06-20 16:17:35 -07:00
.github Make orgId nullable (#113) 2025-06-20 19:02:21 -07:00
.husky Monorepo + (disabled) agent authentication mechanism (#106) 2025-06-19 12:19:50 -07:00
.roo/rules First shot at a rules file (#119) 2025-06-23 11:11:22 -04:00
.vscode Monorepo + (disabled) agent authentication mechanism (#106) 2025-06-19 12:19:50 -07:00
apps Add organizationId to sign-in callback (#117) 2025-06-22 06:24:34 -04:00
packages Make orgId nullable (#113) 2025-06-20 19:02:21 -07:00
scripts Monorepo + (disabled) agent authentication mechanism (#106) 2025-06-19 12:19:50 -07:00
.gitignore Unify roomote and cloud databases (#112) 2025-06-20 16:17:35 -07:00
.prettierrc.json Add roomote to the monorepo (#109) 2025-06-20 09:41:51 -07:00
.roomodes Better responsive design (#62) 2025-05-31 22:20:33 -04:00
.tool-versions Fix token summing in ClickHouse queries (#105) 2025-06-18 11:36:58 -07:00
docker-compose.yml Unify roomote and cloud databases (#112) 2025-06-20 16:17:35 -07:00
package.json Unify roomote and cloud databases (#112) 2025-06-20 16:17:35 -07:00
pnpm-lock.yaml Unify roomote and cloud databases (#112) 2025-06-20 16:17:35 -07:00
pnpm-workspace.yaml Monorepo + (disabled) agent authentication mechanism (#106) 2025-06-19 12:19:50 -07:00
README.md Update README.md (#110) 2025-06-20 09:42:59 -07:00
turbo.json Monorepo + (disabled) agent authentication mechanism (#106) 2025-06-19 12:19:50 -07:00

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