Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 556 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 556 Bytes

EECS151/251 Fa21 Course Website

Step 0: Make sure you have write access

  • Email your SSH public keys to [email protected] to have it added to the eecs151 classmaster account
  • Only need to do this once

Step 1: Edit and test locally

  • Add files to respective folders
  • Edit index.html
  • Test locally in a browser
    $ open ./index.html

Step 2: Publish your updates

  • Commit and push to this repo
  • $ ssh [email protected]
    $ cd ~/public_html/fa21
    $ git pull