mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
| .. | ||
| .docker/scripts/postgres | ||
| scripts | ||
| src | ||
| .env.development | ||
| .env.test | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| drizzle.config.ts | ||
| eslint.config.mjs | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vitest-global-setup.ts | ||
| vitest.config.ts | ||
Run Roo Code Evals
Get Started
NOTE: This is MacOS only for now!
Clone the Roo Code repo:
git clone https://github.com/RooCodeInc/Roo-Code.git
cd Roo-Code
Run the setup script:
cd packages/evals
./scripts/setup.sh
Navigate to localhost:3000 in your browser.
Running Migrations
Update src/schema.ts as needed, and then run:
pnpm db:generate
Inspect the sql in the migration file added to drizzle/.
If it looks okay, then run:
pnpm db:migrate