Skip to content

Latest commit

 

History

History

docs

Website

This folder describes ALE's website.

This website relies on Jekyll and is hosted on GitHub Pages.

How to preview the website locally

Install Jekyll

  1. Install Ruby
  2. Run gem install bundler
  3. Run cd ale-lang/docs
  4. Run bundle install

Run Jekyll

  1. Run cd ale-lang/docs
  2. Run jekyll serve
  3. Open http://localhost:4000