To run this course website locally, please install Jekyll and then do the following:
bundle install # to install dependencies
bundle exec jekyll serve # to run Jekyll from command line
# Then open link in a web browser:
# Server address: http://127.0.0.1:4000/winter2021/
- Open the markdown file that you want to edit either locally or on GitHub.