Skip to content

InternetHealthReport/iyp-tutorial

IYP tutorial

This is the code for the Internet Yellow Pages tutorial website: https://tutorial.iyp.ihr.live

This code is based on the lesson-template repository from Learn Static.

See the Learn Static's demo site and github repository for the documentation.

Installation

This is a jekyll website, it requires ruby, rubygem, and bundler installed. Then run:

bundle install

Local testing

Compile the website locally using:

bundle exec jekyll build

Or by making live preview:

bundle exec jekyll serve --incremental