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.
- Host: GitHub
- URL: https://github.com/jrainlau/blog-articles
- Owner: jrainlau
- Created: 2018-05-01T08:37:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T02:24:46.000Z (almost 4 years ago)
- Last Synced: 2024-12-26T17:10:53.874Z (4 months ago)
- Language: HTML
- Homepage: https://jrain.vercel.app
- Size: 11.3 MB
- Stars: 40
- Watchers: 5
- Forks: 12
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
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