Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 446 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 446 Bytes

GitBook Boilerplate

Installation

cd ~/code

git clone https://github.com/enten/gitbook-boilerplate.git awesome-project

cd awesome-project

rm -fr .git

vi package.json
# edit repository.url and repository.wiki

git remote add origin <url>

npm run build
# or
# npm run generate-gitbook && npm run generate-wiki

npm run deploy
# or
# npm run deploy-gitbook && npm run deploy-wiki

Important: Wiki must be created on Github