Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 455 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 455 Bytes

Hylo website

This repository contains Hylo's website, which you can browse here.

Infrastructure

The reference is developed as a Jekyll website, currently being served by GitHub Pages.

Running a local server

If you are able to install the necessary parts for jekyll,

bundle exec jekyll serve -l

will start a server for the site at http://localhost:4000.