The book
directory contains worksheets for Coding & Cocktails session 4 published on Gitbooks: Coding & Cocktails - Session 4: Intro to JavaScript.
Also deployed to https://kansascitywomenintechnology.github.io/CodingAndCocktailsWorksheetSession4/
npm install
npm run book:install
To serve Gitbook, npm start
.
To build without serving, npm run book:build
.
Run command prior to final push to master. It will create dist files in the docs
directory that need to be included with push.
npm run book:deploy
- 2019 updates!
- Investigate husky for pre-commit hooks
This work is licensed by http://kcwomenintech.org/ under a Creative Commons Attribution-ShareAlike 4.0 International License.