This website is based on the Vis Design Lab website and built with Jekyll.
If you have Ruby on your machine, just install Jekyll and two plugins:
$ gem install jekyll
$ gem install jekyll-redirect-from
$ gem install jekyll-scholarFurther details on installing Jekyll and its requirements: https://jekyllrb.com/docs/installation/
$ jekyll serve -iRunning Jekyll in incremental (-i) mode is significantly faster.
$ open http://0.0.0.0:4000/Installation instructions above for Jekyll will work for the most part, but you can also emulate the current GitHub Pages server environment with the following installation instructions: https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/
To install the GitHub Pages gem, you may need to install the Ruby DevKit for your operating system.