BioID is a collection of Markdown documents to be rendered into static HTML pages with Jekyll. To
- Clone this repository to your local computer:
git clone http://github.com/ArtPoon/BioID
- Install Ruby gem
bundler
if not already on your system:sudo gem install bundler jekyll
- Install gems required by the site
sudo bundle install
- Start the local server using the bash script in the root directory of
BioID
:bash run-server.sh