https://dkessner.github.io/TeacherResources/
make
See Makefile for jb
command line.
GitHub Pages uses the static site generator Jekyll to convert Markdown files (.md) to HTML. You can test your local changes to the site using a local installation of Jekyll.
-
Install Jekyll.
-
Start a local server.
On the command line, in your local ProcessingExamples directory:
bundle exec jekyll serve
-
View the pages in your browser at: http://localhost:4000