/octo-folio

Simple portfolio site that show your profile's repos, made with Vue.js

Primary LanguageVueMIT LicenseMIT

💠 Simple Vue.js site that show your github profile's repos. 💠

Preview

How to use

Step 1 - clone this repository.

git clone https://github.com/SkwalExe/octo-folio

Step 2 - install dependencies.

npm install

Step 3 - edit the settings.js file.

nano data/settings.js

Step 4 - generate a list of your repos.

Warning

You will need to execute npm run build every time you fetch new repos.

npm run fetch-repos

Step 5 - Build the frontend.

npm run build

Step 6 - serve the project.

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!