mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-08 22:21:23 +00:00
15 lines
301 B
Markdown
15 lines
301 B
Markdown
# Benchmark Harness
|
|
|
|
## Get Started
|
|
|
|
Clone the Roo Code repo and run the setup script:
|
|
|
|
```sh
|
|
git clone https://github.com/RooVetGit/Roo-Code.git
|
|
cd Roo-Code
|
|
git checkout cte/benchmark-monorepo
|
|
cd benchmark
|
|
./scripts/setup.sh
|
|
```
|
|
|
|
Navigate to [localhost:3000](http://localhost:3000/) in your browser.
|