Skip to content

Latest commit

 

History

History
executable file
·
12 lines (10 loc) · 408 Bytes

README.md

File metadata and controls

executable file
·
12 lines (10 loc) · 408 Bytes

Getting Started

  1. Clone repository git clone https://github.com/CodeNow/styleguide/
  2. Install packages npm install
  3. Run Gulp gulp
  4. Go to localhost:8000

Updating gh-pages

  1. Checkout gh-pages git checkout gh-pages and pull latest git pull origin master
  2. Run Gulp gulp
  3. Push to gh-pages git push origin gh-pages