Find a file
Chris Estreich 5edb2f8bb6
Encrypt and store secret ENV vars in the repo with dotenvx (#114)
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>
2025-06-26 10:54:39 -07:00
.docker Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -07:00
.github Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -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 Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -07:00
apps Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -07:00
packages Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -07:00
scripts Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -07:00
.dockerignore Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -07:00
.env.development Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -07:00
.env.preview Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -07:00
.env.production Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -07:00
.env.test Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -07:00
.gitignore Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -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 Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -07:00
fly.roomote-api.toml Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -07:00
fly.roomote-controller.toml Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -07:00
fly.roomote-dashboard.toml Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -07:00
package.json Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -07:00
pnpm-lock.yaml Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -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 Encrypt and store secret ENV vars in the repo with dotenvx (#114) 2025-06-26 10:54:39 -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