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
- Host: GitHub
- URL: https://github.com/internethealthreport/iyp-tutorial
- Owner: InternetHealthReport
- License: mit
- Created: 2025-12-05T12:49:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-18T09:02:21.000Z (6 months ago)
- Last Synced: 2025-12-21T16:20:49.392Z (6 months ago)
- Language: HTML
- Homepage: https://tutorial.iyp.ihr.live
- Size: 3.21 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```