Instructions for local development
- Install brew
- Install XCode from App Store
ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)
brew doctor
- Install node with brew
brew install node
- Install npm
curl https://npmjs.org/install.sh | sh
- Install mongodb with brew
brew install mongodb
- Install git with brew
brew install git
- git config --global user.name "Your Full Name" # replace the name
- git config --global user.email "Your Email Address" # replace the email
- Create Repositories directory ( not that important )
mkdir ~/Repositories
cd ~/Repositories
git clone https://github.com/wrktg/band-date-app.git
- Download local packages of node
npm install
- Download bower packages
2.
bower install
grunt server