/val-lang.github.io

Landing page for Val

Primary LanguageHTML

Val website

This repository contains Val'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.