- Node.js
- gulp (
npm install -g gulp
)
Unit tests: npm test
Run: npm start
To keep some consistency to our git commit messaging link this script to git's commit hook system. This will keep you from committing messages in-line with our commit message styleguide
ln -s ../../validate-commit-msg.js .git/hooks/commit-msg
NOTE:
For MAC sourcetree users, you may have to run this in the terminal
sudo -s /usr/local/bin/node /usr/bin/node