mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
21 lines
307 B
Markdown
21 lines
307 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/RooCodeInc/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.
|