Code for the website www.online-adventur.es
need to set a mandrill API key
- for dev export MANDRILL_API_KEY=...
- for heroku : heroku config:set MANDRILL_API_KEY=...
npm install
Prod (heroku)
foreman start
Dev
npm install -g nodemon
nodemon <-- will read package.json
npm start
git push heroku master
git add .
git commit
npm run bump
git add .
git commit
git tag -a v0.0.x -m v0.0.x
git push && git push --tags
’
https://github.com/blog/1943-how-to-write-the-perfect-pull-request