.gitignore
71 Bytes
-
Add npm start script for starting Meteor with settings.json. Split settings.json into two files, settings-development.json and settings-production.json. Add npm staging and npm production scripts as an example of deploying Meteor with separate settings files. Add .gitignore and prevent commit of settings-production.json. Update README to reflect changes. Closes #32 and Closes #40.