Skip to content

jrainlau/blog-articles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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