GithubCity
Create a 3D city from your GitHub contributions 🏙
Install / Use
/learn @honzaap/GithubCityREADME
<p align="center"><img align="center" src="./favicon.svg" width=100 height=100>
<h1 align="center">GitHub City</h1></p>
<p align="center">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/honzaap/GitHubCity?style=flat-square">
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/honzaap/GitHubCity?color=2411ed&style=flat-square">
<img alt="GitHub" src="https://img.shields.io/github/license/honzaap/GitHubCity?style=flat-square">
</p>
What would Your city look like?
<p><a href="https://honzaap.github.io/GithubCity/">Create</a> a 3D city from your GitHub contributions 🏙</p>About
<p>GitHub City uses ThreeJS to generate a 3D city from your GitHub contribution graph.</p> <p>Using hardware acceleration is highly recommended!</p>Installation
- Clone repository to your local machine
- Open terminal and
cdinto repository folder - run
npm install - run
npm run dev
