This is a Jekyll based website which can be run locally by performing the following steps:
- Install Jekyll and Bundler:
gem install jekyll bundler
- Install the dependencies specified in the Gemfile:
bundle install
Build the site and make it available on a local server:
bundle exec jekyll serve
Open your web browser and navigate to http://localhost:4000 to see your site.