An open API service indexing awesome lists of open source software.

https://github.com/internethealthreport/iyp-tutorial

IYP tutorial website
https://github.com/internethealthreport/iyp-tutorial

Last synced: about 2 months ago
JSON representation

IYP tutorial website

Awesome Lists containing this project

README

          

# IYP tutorial

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

This code is based on the
[lesson-template repository](https://github.com/learn-static/lesson-template)
from Learn Static.

See the Learn Static's
[demo site](https://learn-static.github.io/lesson-template/) and
[github repository](https://github.com/learn-static/lesson-template) 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
```