Organize your stuff and always know what you own – no matter where you are
This is a Meteor application. You can run this application using:
cd src
meteor --settings settings.jsonA settings.example.json file is in /src/ as an example of what your settings.json file should look like. You will need to add your own Twitter API tokens in order to get Twitter logins to work.
A settings.prod.json file is recommended to have when deploying to production, in order to keep your development and production settings separate.
Deploy using:
cd src
meteor deploy --settings settings.prod.json octolot.meteor.com