The content of this site is managed by Forestry. Visit https://forestry.io to manage site content.
The site is deployed on netlify
-
Install a full Ruby development environment
-
Install Jekyll and Bundler
gem install jekyll bundler
-
Install dependencies from Gemfile:
bundle install
-
Build the site and make it available on a local server
bundle exec jekyll serve
-
Browse to http://localhost:4000