Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 556 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 556 Bytes

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.