_ _ _
| | (_) |
_ __ ___ | |__ _| |_ ___
| '_ \ / _ \| '_ \| | __/ __|
| | | | (_) | |_) | | |_\__ \
|_| |_|\___/|_.__/|_|\__|___/
- install all npm packages
npm install
- run redis-server
redis-server
- run hook.io
node hookd.js
- run the bot
node bot/index.js
- run mongoDB
mongod run --config /usr/local/Cellar/mongodb/1.8.3-x86_64/mongod.conf
- run the website
node app.js