GitXplorerGitXplorer
c

docs

public
290 stars
105 forks
13 issues

Commits

List of commits on branch master.
Unverified
88b96330dbe214dda81b791a200a9943717c046d

remove submission instructions from 2018 CS50W/OCW

ddlloyd09 committed 5 years ago
Unverified
6b099087eff32bb7b973618e640458c896fa905e

a1 v2 form

ddlloyd09 committed 5 years ago
Unverified
02da8e796a1c1d5fee8f09a2dc0b2c7d3a26729a

p2 v2 form

ddlloyd09 committed 5 years ago
Unverified
fe4ff17521082a8cfaefad6f8b10388664748fe5

p1 v3 form

ddlloyd09 committed 5 years ago
Unverified
94ef261ed0f38b8e2b628134836853943e4c6e68

p0 v5 form

ddlloyd09 committed 5 years ago
Unverified
ba7b38ab355bbb398fb27cf06d8ccbf9c681b6ca

note

ddlloyd09 committed 5 years ago

README

The README file for this repository.

CS50 Docs

Build Status

Usage

  1. Edit _pages/*.
  2. git add PATH [PATH]
  3. git commit
  4. git push
  5. View http://docs.cs50.net/path/to/file.html after a few seconds.

If your changes do not affect the rendered files under _site/ (e.g., changes to .gitignore), be sure to include [skip ci] in the message of the last commit before you push to avoid triggering a build, which would fail, as there would be no changes to deploy.

Viewing Changes Locally

  1. Install Docker Engine.
  2. sudo pip install cli50
  3. cd docs
  4. cli50
  5. make
  6. View _site/*.