gitbook-start-alex-moi-nitesh
Version:
27 lines (18 loc) • 445 B
Markdown
# GitBook Boilerplate
# Installation
```shell
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