- Install Redis http://jasdeep.ca/2012/05/installing-redis-on-mac-os-x/ and be sure it is running. Alternatively (and if you have docker installed), you can run
npm run docker:redisto create a redis container. - Ask for env vars you need to set (sensible data)
npm installnpm startornpm run debug(paused by default in the first line)- Check app in defined port (defaults to port 3000)
- Be moderate with the notify button!!! - hidden in the UI to avoid improper use
- Happy penguins ;)
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D