Github Portfolio
Simple portfolio site that show your profile’s repos, made with Vue.js.
How to use
Step 1 – clone this repository.
git clone https://github.com/SkwalExe/github-portfolio
Step 2 – install dependencies.
npm install
Step 3 – create a .env file.
cp .env.sample .env
nano .env
Step 4 – generate a list of your repos.
npm run update-repos-cache
Step 5 – run the project.
npm run serve
Now, go to http://localhost:8008/ and enjoy!