Roo-Code/evals/README.md
Chris Estreich d15f813514
Evals (#2238)
* Evals

* Remove redundant line

* Fix tsc error

* Disable debug mode

* Add option to kill run
2025-04-02 16:49:41 -07:00

21 lines
306 B
Markdown

# Run Roo Code Evals
## Get Started
NOTE: This is MacOS only for now!
Clone the Roo Code repo:
```sh
git clone https://github.com/RooVetGit/Roo-Code.git
cd Roo-Code
```
Run the setup script:
```sh
cd evals
./scripts/setup.sh
```
Navigate to [localhost:3000](http://localhost:3000/) in your browser.