Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 529 Bytes

File metadata and controls

14 lines (10 loc) · 529 Bytes

Final Project Base Project

This repo contains a good starting place for getting a static website running on Heroku.

Steps for turning this repo into a Heroku-Hosted Website

  1. Log in to the github.com using your account information
  2. Open https://github.com/ftPeter/web-programming-final-project-base in a web browser
  3. Click the fork button and create a fork local to your own account
  4. git clone your new fork of the project and cd into that directory
  5. heroku create
  6. git push heroku master
  7. heroku open /