Skip to content

Commit 77d9dcd

Browse files
committed
Change exposed port to random generated one vs default 3000 to avoid conflict with numerous other things that just use the default.
1 parent a296dfb commit 77d9dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/evals/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The initial build process can take a minute or two. Upon success you should see
3535
Additionally, you'll find in Docker Desktop that database and redis services are running:
3636
<img width="1283" alt="Screenshot 2025-06-05 at 12 07 09 PM" src="https://github.com/user-attachments/assets/ad75d791-9cc7-41e3-8168-df7b21b49da2" />
3737

38-
Navigate to [localhost:3000](http://localhost:3000/) in your browser and click the 🚀 button.
38+
Navigate to [localhost:3446](http://localhost:3446/) in your browser and click the 🚀 button.
3939

4040
By default a evals run will run all programming exercises in [Roo Code Evals](https://github.com/RooCodeInc/Roo-Code-Evals) repository with the Claude Sonnet 4 model and default settings. For basic configuration you can specify the LLM to use and any subset of the exercises you'd like. For advanced configuration you can import a Roo Code settings file which will allow you to run the evals with Roo Code configured any way you'd like (this includes custom modes, a footgun prompt, etc).
4141

0 commit comments

Comments
 (0)