SkwalExe / octo-folio

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

Home Page:https://portfolio.skwal.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💠 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!

About

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

https://portfolio.skwal.net

License:MIT License


Languages

Language:Vue 60.7%Language:JavaScript 28.6%Language:CSS 6.8%Language:HTML 4.0%