A simple project that viz your github repositories
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification (this cmd will generate file for github page ==> in `docs` folder)
npm run build- 3D version
- Display same effect like 2D version
- Add interaction to the 3D view
- Fix issues
- Add some loading UI after user click show button
