Skip to content

Commit 147c0a7

Browse files
committed
#51: README파일에 jekyll 서버 실행방법 간략하게 설명
1 parent 7613f8f commit 147c0a7

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,28 @@
77

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

10-
언제든지 올려주실 코드조각 또는 글이 있으시면 이슈에 [남겨주세요](https://github.com/vuejs-kr/vuejs-kr.github.io/issues/new)
10+
언제든지 올려주실 코드조각 또는 글이 있으시면 이슈에 [남겨주세요](https://github.com/vuejs-kr/vuejs-kr.github.io/issues/new)
11+
12+
## 로컬에서 `vuejs-kr.github.io` 서버 실행하는 방법
13+
14+
### 서버 실행하기전 설치요소
15+
16+
> ruby v2.1.0 이상 설치되어 있어야합니다.
17+
18+
```
19+
$ gem install jekyll
20+
```
21+
22+
```
23+
$ gem install bundler
24+
```
25+
26+
```
27+
$ gem install jekyll-paginate
28+
```
29+
30+
### 서버실행
31+
32+
```
33+
$ jekyll serve
34+
```

0 commit comments

Comments
 (0)