Skip to content

hylo-lang/hylo-lang.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

478a3df · Nov 28, 2024
Nov 10, 2024
Nov 10, 2024
Nov 10, 2024
Nov 10, 2024
Nov 10, 2024
Sep 18, 2022
Aug 10, 2023
Sep 18, 2022
Nov 10, 2024
Nov 10, 2024
Aug 10, 2023
Nov 28, 2024

Repository files navigation

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

Setting up the environment

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.