Skip to content
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

add readmefile #14

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## <In English>

# Markdown Guide

[![Build Status](https://travis-ci.org/mattcone/markdown-guide.svg?branch=master)](https://travis-ci.org/mattcone/markdown-guide)
Expand All @@ -24,3 +26,6 @@ Pull requests merged to the master branch are automatically deployed to the prod
## License

The content of this project itself is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/), and the underlying source code used to format and display that content is licensed under the [MIT license](LICENSE.txt).



29 changes: 29 additions & 0 deletions README_kr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## <In korea>
# Markdown 가이드

[![Build Status](https://travis-ci.org/mattcone/markdown-guide.svg?branch=master)](https://travis-ci.org/mattcone/markdown-guide)

[Markdown 가이드](https://www.markdownguide.org)는 초보자와 중급 사용자를 위해 설계된 포괄적 인 Markdown 참조 문서입니다. 그것은 불완전하거나 부적절한 기존 Markdown 참고 문헌에 대한 좌절감에서 태어났습니다.


## 기여

기부를 환영합니다. 변경 사항이있는 풀 요청을 자유롭게 열 수 있습니다.

### 로컬로 실행하기

끌어 오기 요청을 열기 전에 컴퓨터에서 변경 내용을 미리 보는 것이 좋습니다. * Markdown Guide *는 [Jekyll static site generator](http://jekyllrb.com/)를 사용합니다. 저장소를 분기하거나 복제 한 후 다음 단계를 수행하여 사이트를 생성하고 미리 봅니다.

- 컴퓨터에 루비가 설치되어 있는지 확인하십시오. https://www.ruby-lang.org/ko/downloads/ 를 참조하십시오.

- `bundle install`
- `jekyll serve`
- http://127.0.0.1:4000/ 브라우저를 클릭

## 배포

마스터 브랜치에 병합 된 끌어 오기 요청은 프로덕션 웹 사이트에 자동으로 배포됩니다.

## 라이센스

이 프로젝트 자체의 내용은 [Creative Commons Attribution-ShareAlike 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/) 및 그 소스 코드를 포맷하고 표시하는 데 사용되는 소스 코드에 따라 사용이 허가됩니다. 컨텐츠는 [MIT license](LICENSE.txt)에 의거하여 라이센스가 부여됩니다.