Skip to content

CMI-OSS/book

Repository files navigation

CMI-BOOK

이곳은 CMI의 기록을 저장하는 공간입니다.

CMI-BOOK 바로가기

Quick Start

$ git clone https://github.com/CMI-OSS/cmi-book.git
$ cd https://github.com/CMI-OSS/cmi-book.git
$ npm install

MAC

Serve

로컬서버에 gitbook 서버를 띄워서 테스트 할 수 있음. "http://localhost:4000" 으로 접근

$ npm start

Publish

github pages로 배포(스크립트에서 커밋과 푸쉬 모두 해주기 때문에 따로 커밋할 필요없음)

$ npm run publish

Windwos

Serve

로컬서버에 gitbook 서버를 띄워서 테스트 할 수 있음. "http://localhost:4000" 으로 접근

$ npm install gengjiawen/gitbook-cli -g
$ gitbook serve

Publish

github pages로 배포(스크립트에서 커밋과 푸쉬 모두 해주기 때문에 따로 커밋할 필요없음)

$ npm run publish // windwos는 Git bash Shell에서 실행

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages