https://github.com/tbadalov/CodeEvolutionVisualizer/edit/main/README.md This tool visualizes source code evolution based on the repository data produced by GraphifyEvolution tool.
This is an example app that is deployed to Heroku.
To open the view, hold your mouse and select the range of commits in "Commit range" view.
To open the view, click on any commit hash in "Commit range" view.
To run the project locally, it is as simple as running a docker compose with the following command inside of the root directory of this project:
docker compose up -d
Wait until both components are ready (usually takes less than a minute). Navigate to http://localhost:3000/ in your browser.