Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 593 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 593 Bytes

wercker status

Application Setup

  1. Install NodeJS, HomeBrew
  2. Node Modules: node-dev gulp coffee-script
  3. Install MongoDb, Redis

Git Commit Hooks ln -s ./setup/validate-commit-msg.coffee ./.git/hooks/commit-msg

Start the server Mongo: mongod --dbpath ~/.db

Start the node server nodejs: nodemon server.coffee --watch backend

TODO: Use common templates for updated and edit TODO: Add Shell Scripts to manage releases