Skip to content

Offirmo-graveyard/online-adventur.es

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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