This is my personal blog bases on Github Issues, it loads data from the Github API V3 and Github API V4.
-
Clone this repository:
git clone https://github.com/jrainlau/jrainlau.github.io.git
-
Checkout the
dev
branch:git checkout dev
-
Install dependencies:
npm install
-
Run in dev mode
npm run serve
PS: You can change the owner and repo in
/src/store.js
from the line 8 to load your own repo.
MIT