There was an error while loading. Please reload this page.
1.) App Store search for Xcode and install.
2.) Xcode.app: Preferences: Downloads: Components
3.) Xcode.app: Open Developer Tool: iOS Simulator
4.) Homebrew: bash-completion, git, node and phantomjs
/usr/bin/ruby -e "$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)" brew doctor brew update brew install bash-completion git node phantomjs
5.) npm
curl https://npmjs.org/install.sh | clean=no sh
6.) .bash_profile
`BREW_PATH=`brew --prefix` export PATH="\ ./node_modules/.bin:\ $BREW_PATH/bin:\ ${PATH}" if [ -f $BREW_PATH/etc/bash_completion ]; then . $BREW_PATH/etc/bash_completion fi`
7.) git repositories
mkdir ~/Development cd ~/Development git clone git@github.com:ninja/ninja.git git clone git@github.com:ninja/ninja-autocomplete.git cd ninja npm install grunt npm link cd ../ninja.autocomplete npm link ninja npm install grunt grunt browser