# Initialize a git repo git init git add . git commit -m "Ligma" # Deploy to heroku heroku create -a the-name-of-you-app heroku git:remote -a example-app git push heroku main