The website was created with jekyll. It's a Ruby gem (library). To contribute:
- Make sure you have Ruby and Bundler installed.
- Fork the repository on GitHub by clicking the "Fork" button.
- Clone the repository to your computer.
- In the repository folder on your machine, run
bundle install
to have the project's dependencies installed.
After that, you can run the following command to preview locally the changes you make on the website:
jekyll serve --watch
Then open localhost:4000 and you should be able to see the site.
Test your changes locally, then push to your GitHub repo and send a Pull Request for review.
Thank you for contributing.