-
Notifications
You must be signed in to change notification settings - Fork 21
Getting Started with OS X
&y edited this page Oct 17, 2015
·
15 revisions
- In your terminal, navigate to a directory where you want to clone the project (i.e.
cd ~/documents/
,mkdir dev
,cd dev
). - Clone the repo:
git clone https://github.com/losandes/Heinz95729.git
- Navigate to
cd /build/provision/osx
- Review the
provision-osx.sh
script, and comment out any applications that you already have installed - Execute the provision script:
sh provision-osx.sh
- Navigate to
/build
:cd ../../
- Install the build dependencies:
npm install
- Run the app:
grunt