Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 439 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 439 Bytes

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.