Product Grunt
Product Grunt is a curation of the worst new products, every day.
Setup
- Install Product Grunt locally
- Create a Heroku app (for MongoLab)
- Run the following
git clone git@github.com:grant/productgrunt.git
cd productgrunt
npm install
git remote add heroku <HEROKU-GIT-URL>
heroku addons:add mongolab- Create Twitter app
- Go to https://apps.twitter.com/
- Add your settings
- Get the Twitter API Key and Secret and put them in a
.envfile in the project's root directory in the following format:
TWITTER_CONSUMER_KEY=<KEY>
TWITTER_CONSUMER_SECRET=<SECRET>
MONGOLAB_URI=<URI>
MONGOLAB_SESSION_SECRET=<SECRET>
- Run the website locally
foreman start- Run the website on heroku
git push heroku master
heroku config:push
heroku openDev setup
coffeegulpBuilt with
☕️ Coffeescript☁️ Express💄 Stylus💎 Jade🐠 Gulp