A web application to help explore trajectories of code edits from Copilot Arena.
To run the app, follow these steps:
- Obtain the code edits dataset and copy it to
code-edits-explorer/app/backend. cd YOUR_FILE_PATH/copilot-arena-misc/code-edits-explorer/.- Run
docker compose up --build. If it's your first time, it should take a couple minutes. - After the container is built, visit localhost:3000.
- Kill the container with
ctrl+c.