An interactive visualization of your Git repository. Explore the structure, see where the hotspots are, and who has contributed to which parts of the codebase.
Install dependencies:
bun installRun against any Git repository:
bun run start <path-to-git-repo>Then open http://localhost:3000 in your browser.
Build the frontend bundle:
bun run buildRun with hot reload:
bun run dev <path-to-git-repo>Run tests:
bun test