Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 462 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 462 Bytes

MHCI Capstone Prototype

To build CSS:

  1. Install Ruby
  2. Install Compass through gem install compass
  3. Run compass watch via a terminal inside the project's folder

To checkout branches, read this answer: http://stackoverflow.com/a/72156/1002641

  1. If you want to create a local tracking branch git checkout -b branch_you_want origin/branch_you_want
  2. If you just want to see stuff in the branch git checkout origin/branch_you_want