/opencobra.github.io

Official openCOBRA website

Primary LanguageCSSMIT LicenseMIT

openCOBRA.github.io

Installation instructions

Make sure to have ruby (and gem) installed.

Run the following commands from within the cloned folder:

gem install jekyll bundler
bundle install

Building and displaying the website locally

Build the website locally from within the cloned folder:

bundle exec jekyll build

Launch the local Jekyll server:

bundle exec jekyll serve

The local website address is displayed.

Website design based on Jekyll blog that is based on Stellar.