This repository contains Hylo's website, which you can browse here.
The reference is developed as a Jekyll website, currently being served by GitHub Pages.
To set up the dependencies, you need to have Ruby and the Bundler package manager installed (gem install bundler
). Alternatively, you can also use a devcontainer to set up a VM with all the required dependencies, and have a nicely integrated coding enviroment.
Then, you can run
bundle install
to resolve and download the project's dependencies.
You can start the local server by
bundle exec jekyll serve -l
which makes the site available at http://localhost:4000.