This application is meant to help keep track of Hubot content so that scripts can be well, scripts
Get the code
git clone git@github.com:bigbam505/tag-cloud.git
Set up the projects dependencies
cd tag-cloud
bundle --binstubs
rake dev:setup
This application is designed to be hosted on heroku to deploy the application to heroku follow the steps below
heroku create {app-name} --remote heroku
git push heroku master
User Foreman to run the app locally
foreman start
It uses your '.env' field and 'Procfile' to run processes just like Heroku's Ceder Stack.