Teaching page of the Denizens Lab website Setup the environment Build the environment with conda: conda env create -f environment.yml Installs gems. bundle install Local build You can locally build and host the website for testing purposes: bundle exec jekyll serve --livereload