Built with Jekyll and minima theme.
# Install dependancies
bundle install
# Server site
bundle exec jekyll serveIf LoadError: cannot load such file -- google/protobuf_c is encountered, run the following:
sudo gem uninstall google-protobuf
sudo gem install google-protobuf -v 3.23.4 --platform=ruby- Replace
3.23.4with the version specified in the error message.