View course online at: https://computation-structures.github.io/course
You can view this course material using just your computer, i.e., no internet access required after the initial setup.
-
clone this repository onto your local computer. Also install python3 on your computer.
-
change to directory where you cloned the repo.
-
execute
python3 -m http.server
to start a local HTTP server listening on port 8000. -
browse to http://localhost:8000/ to see the top-level webpage for the course.