scarney81 / sportsherd

Sportsherd
1 stars 0 forks source link

sportsherd Build Status

What you'll need

  1. Node.js (0.10) - NVM
  2. MongoDB - Mongo Downloads

Getting Started

  1. Download the code and install packages

    git clone git@github.com:scarney81/sportsherd.git && cd ./sportsherd
    chmod u+x ./bin/setup.sh && ./bin/setup.sh
  2. Test it

    npm test
  3. Run it

    npm start