Skip to content

Latest commit

 

History

History
executable file
·
59 lines (45 loc) · 710 Bytes

README.md

File metadata and controls

executable file
·
59 lines (45 loc) · 710 Bytes

Code for the website www.online-adventur.es

Prerequisites

need to set a mandrill API key

  • for dev export MANDRILL_API_KEY=...
  • for heroku : heroku config:set MANDRILL_API_KEY=...
npm install

Exec

Prod (heroku)

foreman start

Dev

npm install -g nodemon
nodemon   <-- will read package.json
npm start
git push heroku master

Release

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

Notes

Contributing

https://github.com/blog/1943-how-to-write-the-perfect-pull-request