Add nitrous.io Quickstart configs and update README

This commit is contained in:
yeouchien 2016-04-06 02:35:52 +00:00
parent 4584c85b4b
commit e46f20527c
4 changed files with 48 additions and 0 deletions

9
nitrous.json Normal file
View file

@ -0,0 +1,9 @@
{
"template": "nodejs",
"ports": [3000],
"name": "Mailtrain",
"description": "Self hosted newsletter app.",
"scripts": {
"Start Mailtrain": "cd ~/code/mailtrain && NODE_ENV=production npm start"
}
}