Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.16 KB

Installation

Instructions for local development

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

Run Server

grunt server