git clone [email protected]:[YOUR-GITHUB-USERNAME]/starter-snake-[LANGUAGE].git
starter-snake-LANGUAGE.
Check the project repository to confirm the correct name for your command!heroku create [YOUR-APP-NAME]
git push heroku main
main
, master
, or something else!heroku open
--tail
option will show a live feed of your logs in real-time.heroku logs --tail
https://my-app-name.herokuapp.com/
where my-app-name is the name you used in Step 2.heroku logs --tail
command.git add .
git commit -m "Message describing the change"
git push heroku main