New Style Guide
Install GitBash
https://git-for-windows.github.io/
Click Run
Click Next
Check On Desktop (optional)
Use Git from Git Bash Only
Click Next
Use Checkout Window Stlye
Click Next
Use Default Window Default Console
Click Next
Click Next
Click Install
Install NodeJS
https://nodejs.org/en/
Click current version v7.0.0
Click Run
Click Next
Check Agreement
Click Next and continually click the next button
Click Install when you see it.
Using GitBash
Locate to folder where you want to install your git control
use command line
cd -- change folder
cd .. goes up a level
mkdir creates a directory
Follow as
cd c:
mkdir github Applications
cd github Applications
git clone https://github.com/Access-aCloud/AccessStyleGuide.git
cd AccessStyleGuide
npm install
npm install gulp -- might not need to do this.
gulp