https://github.com/cuddlybunion341/github-topo
A 3D map of GitHub contributions
https://github.com/cuddlybunion341/github-topo
github threejs
Last synced: 8 months ago
JSON representation
A 3D map of GitHub contributions
- Host: GitHub
- URL: https://github.com/cuddlybunion341/github-topo
- Owner: CuddlyBunion341
- License: mit
- Created: 2025-03-29T23:40:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T14:27:05.000Z (about 1 year ago)
- Last Synced: 2025-06-21T02:42:04.348Z (about 1 year ago)
- Topics: github, threejs
- Language: JavaScript
- Homepage: https://cb341.dev/github-topo/
- Size: 685 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# GitHub Topo
## Overview
3D visualization of GitHub contributions using ThreeJS.
[Live Demo](https://cb341.dev/github-topo/)
Inspired by [0xgaut on Twitter](https://x.com/0xgaut/status/1905669689574887562?t=iBI7WvnhftSh6WiN-khU_Q).
## Prerequisites
- [Bun](https://bun.sh/) must be installed.
## Installation
1. Clone the repository:
```bash
git clone https://github.com:CuddlyBunion341/github-topo.git
```
2. Change to the project directory:
```bash
cd github-topo
```
3. Install dependencies:
```bash
bun install
```
4. Start the development server:
```bash
bun run dev
```
## License
This project is licensed under the [MIT](./LICENSE) license.