mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
541 B
541 B
Benchmark Harness
Install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
# Reload shell.
nvm install
Install pnpm:
npm install --global corepack@latest
corepack enable pnpm
corepack use pnpm@latest-10
Install dependencies:
pnpm install
Configure database:
cp packages/server/.env.sample packages/server/.env
# Update BENCHMARKS_DB_PATH as needed in `packages/server/.env`.
pnpm --filter @benchmark/server db:migrate
Run the web ui:
pnpm web