This branch contains the source code for the course website. See this video for how to make updates to the website, or read the instructions below.
Just the Class is built for Jekyll, a static site generator. View the quick start guide for more information. Just the Docs requires no special Jekyll plugins and can run on GitHub Pages' standard Jekyll compiler.
- Follow the GitHub documentation for Setting up your GitHub Pages site locally with Jekyll.
- Start your local Jekyll server.
$ bundle exec jekyll serve- Point your web browser to http://localhost:4000
- Reload your web browser after making a change to preview its effect.
Note: In the event that you get an error that says something about "webrick", run bundle add webrick.
For more information, refer to Just the Docs.