This site is built using Jekyll.
- Ensure you have Jekyll's dependencies installed as discussed here.
- Also install Bundler with
gem install bundler
. - Also ensure you have ImageMagick and FFMPEG available on your PATH.
- Clone this repo (or your own fork).
- Install build tools with
bundle install
. - Run
bundle exec jekyll serve --livereload --host 0.0.0.0
to build the site in development mode and serve it to your local network.