/cancervaccine.github.io

A modern rebuild of the CVI website

Primary LanguageCSSMIT LicenseMIT

#Cancer Vaccine Institute (CVI)

##Contributing Please follow the guidelines from HERE

This is a remake of the Cancer Vaccine Institute website, using jekyll-bootstrap-sass.

This can be viewed on GitHub at the following URL: http://russet-stork.cloudvent.net/

Developing locally

  1. Clone the repository
  2. Install Ruby via Powershell: choco install ruby
  3. Restart powershell and make the repository the current directory
  4. Don't use SSL for packages to get things working quickly
gem sources -r https://rubygems.org/
gem sources -a http://rubygems.org/
  1. Install Jekyll gem install jekyll
  2. Remove Gemfile (to get things working quickly)
  3. Run Jekyll: jekyll serve