Find a file
2025-06-20 09:42:59 -07:00
.docker Add roomote to the monorepo (#109) 2025-06-20 09:41:51 -07:00
.github Monorepo + (disabled) agent authentication mechanism (#106) 2025-06-19 12:19:50 -07:00
.husky Monorepo + (disabled) agent authentication mechanism (#106) 2025-06-19 12:19:50 -07:00
.vscode Monorepo + (disabled) agent authentication mechanism (#106) 2025-06-19 12:19:50 -07:00
apps Add roomote to the monorepo (#109) 2025-06-20 09:41:51 -07:00
packages Add roomote to the monorepo (#109) 2025-06-20 09:41:51 -07:00
scripts Monorepo + (disabled) agent authentication mechanism (#106) 2025-06-19 12:19:50 -07:00
.gitignore Add roomote to the monorepo (#109) 2025-06-20 09:41:51 -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 Add roomote to the monorepo (#109) 2025-06-20 09:41:51 -07:00
package.json Add roomote to the monorepo (#109) 2025-06-20 09:41:51 -07:00
pnpm-lock.yaml Add roomote to the monorepo (#109) 2025-06-20 09:41:51 -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