Git Instructions Run git status to see if any changes need to commited If there are untracked files run git add . Commit the new/changed files locally, run git commit -am '<Message Here>' Push to github git push Heroku Deploy Instructions Run git push heroku master Great Code Snippets and Examples https://bootsnipp.com/ https://www.w3schools.com/default.asp Get Bootstrap At http://getbootstrap.com/