An interactive site where you can visualize your GitHub presence.
Built for the Hack Club β Summer of Making event.
Log in with GitHub OAuth and generate a graph where nodes represent:
- π¦ Repositories youβve contributed to
- π’ Organizations youβre part of
- π€ Or explore the network of any other GitHub user
- π Login with GitHub OAuth
- π§βπ» Visualize your GitHub profile or organization
- π Explore graphs of other GitHub users and organizations
- π Interactive graphs
- π A fun way to explore open-source networks
- Clone repository
- Install dependencies:
pnpm install - Fill in .env based on .env.example
- Run it
pnpm dev