Skip to content

간략하게 서버실행방법설명을 README에 등록했습니다. (#51) #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,28 @@

vue.js 관련 한국어 자료를 모으고 있습니다.

언제든지 올려주실 코드조각 또는 글이 있으시면 이슈에 [남겨주세요](https://github.com/vuejs-kr/vuejs-kr.github.io/issues/new)
언제든지 올려주실 코드조각 또는 글이 있으시면 이슈에 [남겨주세요](https://github.com/vuejs-kr/vuejs-kr.github.io/issues/new)

## 로컬에서 `vuejs-kr.github.io` 서버 실행하는 방법

### 서버 실행하기전 설치요소

> ruby v2.1.0 이상 설치되어 있어야합니다.

```
$ gem install jekyll
```

```
$ gem install bundler
```

```
$ gem install jekyll-paginate
```

### 서버실행

```
$ jekyll serve
```