We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Since Dashing is simply a Sinatra Rack app under the hood, deploying is a breeze. It takes around 30 seconds to do :)
###Create a git repo for your project, and add your files.
git init git add . git commit -m "My beautiful dashboard"
###Create the application on Heroku
heroku apps:create myapp
git push heroku master