jrainlau / blog-articles

My personal blog.
https://jrain.vercel.app
40 stars 11 forks source link

JRAIN:BLOG

This is my personal blog bases on Github Issues, it loads data from the Github API V3 and Github API V4.

Development

  1. Clone this repository:

    git clone https://github.com/jrainlau/jrainlau.github.io.git
  2. Checkout the dev branch:

    git checkout dev
  3. Install dependencies:

    npm install
  4. 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.

Lisence

MIT