Skip to content

Getting Started with OS X

&y edited this page Oct 17, 2015 · 15 revisions
  1. In your terminal, navigate to a directory where you want to clone the project (i.e. cd ~/documents/, mkdir dev, cd dev).
  2. Clone the repo: git clone https://github.com/losandes/Heinz95729.git
  3. Navigate to cd /build/provision/osx
  4. Review the provision-osx.sh script, and comment out any applications that you already have installed
  5. Execute the provision script: sh provision-osx.sh
  6. Navigate to /build: cd ../../
  7. Install the build dependencies: npm install
  8. Run the app: grunt