This site is built with Jekyll and generates/deploys using GitHub Pages.
-
Check whether you have Ruby 2.1.0 or higher installed.
$ ruby --version ruby 2.X.X
- If not, install Ruby 2.1.0 or higher.
-
Install Bundler:
$ gem install bundler
-
Install all the dependencies needed to generate the site:
$ bundle install
-
Serve the site locally
$ bundle exec jekyll serve
The site should now be available on localhost:4000.
Contributions are welcome on everything we do, even on our website. Please open a PR and we'll get to it as soon as we can!