Skip to content

Latest commit

 

History

History
executable file
·
16 lines (13 loc) · 514 Bytes

README.markdown

File metadata and controls

executable file
·
16 lines (13 loc) · 514 Bytes
             _     _ _
            | |   (_) |
 _ __   ___ | |__  _| |_ ___
| '_ \ / _ \| '_ \| | __/ __|
| | | | (_) | |_) | | |_\__ \
|_| |_|\___/|_.__/|_|\__|___/

Running Locally

  1. install all npm packages npm install
  2. run redis-server redis-server
  3. run hook.io node hookd.js
  4. run the bot node bot/index.js
  5. run mongoDB mongod run --config /usr/local/Cellar/mongodb/1.8.3-x86_64/mongod.conf
  6. run the website node app.js