Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason committed Feb 25, 2024
1 parent 60593cf commit 3a62c08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ This will run the simulation without LLM
You can also choose to add these params to `.env` file.

### web ui
If you want to visualize simulations, you must have redis running as the engine will send the logs to redis and the web ui reads from redis. You can set REDIS_URL or just use the default redis url.
start a simulation and get its simulation id.
cd into web and run `npm i` then `npm run dev` then go to http://localhost:3000/SIMULATION_ID to see it running
cd into web and run `npm i` then `npm run dev` then go to http://localhost:3000/?sim_id=SIMULATION_ID to see it running


### Changing Environment
Expand Down

0 comments on commit 3a62c08

Please sign in to comment.