This folder contains the source code for the OPTIMADE website.
For local testing, make sure you have ruby installed and do
gem install bundler
bundle install # or: bundle install --path vendor/bundle
bundle exec jekyll serve
See these instructions for more information.