Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.34 KB

README.md

File metadata and controls

65 lines (42 loc) · 1.34 KB

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