An open API service indexing awesome lists of open source software.

https://github.com/jrainlau/blog-articles

My personal blog.
https://github.com/jrainlau/blog-articles

Last synced: 2 months ago
JSON representation

My personal blog.

Awesome Lists containing this project

README

        

# JRAIN:BLOG

This is my personal blog bases on [Github Issues](https://github.com/jrainlau/jrainlau.github.io/issues), it loads data from the [Github API V3](https://developer.github.com/v3/) and [Github API V4](https://developer.github.com/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