CircleCI

Austin Coding Academy

Summer Camp

Setup

  1. git clone repository
  2. cd into project directory and run npm install to install dependencies
  3. Run npm run gitbook install to install GitBook plugins
  4. Run npm run gitbook serve to serve locally at http://localhost:4000

Development

  1. Any change to any of the pages should trigger a rebuild
  2. To add a new page, be sure to link it in the SUMMARY.md

Contributing

  1. Make sure to stop and re-serve the book to make sure it builds
  2. Make all changes in a branch and push up
  3. Make a PR against master and assign it to @kevincolten and/or @CLofton