Step 0: Have an app Create an empty app if you dont have one Create a folder, cd into it and initialize your git repo. $ mkdir <app_name>; cd <app_name>; git init Step 1: Install Heroku Install the heroku cli with homebrew $ brew install heroku/brew/heroku Check your heroku installation and login if necessary: $ heroku…