To build the website locally, clone the repo with:
git clone https://github.com/rasilab/labwebsite.git
Then install necessary Ruby dependencies by running bundle install
from within the labwebsite
directory. After this, the site can be be built with:
jekyll build
To view the site, run jekyll serve
and point a browser to http://localhost:4000/
. More information on Jekyll can be found here.