Materials-Consortia / materials-consortia.github.io

OPTIMADE website
https://optimade.org
1 stars 8 forks source link

OPTIMADE Web Site

This folder contains the source code for the OPTIMADE website.

Local testing

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.