git clone https://github.com/athenian-robotics/heroku-demo.git
pip install -r requirements.txt
Create an app with:
heroku create [APP_NAME]
Deploy new code with:
git push heroku main
View the app with:
heroku open
Or visit http://APP_NAME.herokuapp.com/
View Heroku logs with:
heroku logs --tail