This project is powered by Jekyll. You can refer to its documentation to get information about the project and how to use it.
For the impatient, please find below the main commands to run the website locally.
To run the website locally, and contribute, you need:
- Ruby (2.2.5 or above)
- RubyGems
- GCC and Make
- Install Jekyll and the bundle
gem install jekyll bundler
bundle install
- Build the site and make it available on a local server
bundle exec jekyll serve
- Now browse to http://localhost:4000