Deploy to Heroku

  1. Create an account on https://www.heroku.com
  2. Install Heroku CLI
    brew tap heroku/brew
    brew install heroku
  3. Create a local repository and connect it to Heroku
    git init
    heroku create