💠 Simple Vue.js site that show your github profile's repos. 💠
git clone https://github.com/SkwalExe/octo-folio
npm install
nano data/settings.js
Warning
You will need to execute npm run build
every time you fetch new repos.
npm run fetch-repos
npm run build
You can also serve the project with a web server like nginx or apache.
npm run serve
Now, go to http://localhost:8008/ and enjoy!