Skip to content

cancervariants/cancervariants.org

Repository files navigation

Overview

This is the github repo for the Variant Interpretation for Cancer Consortium website. The website uses the static site generator jekyll and is based on the Feeling Responsive Jekyll theme. The live site is sourced from the protected master branch. Changes to the live site should be made via pull request.

Installation

To install this site locally run the following commands:

  1. Clone the repo and cd into it $ git clone git@github.com:genome/cancervariants.org.git
  2. Install the bundler $ gem install bundler
  3. Install gems $ bundle install
  4. run jekyll and watch for changes $ bundle exec jekyll serve --config _config.yml,_config_dev.yml --watch

The site should now be running on localhost port 4000. Changes to files will show up interactively on localhost:4000

Note: The _config.yml file is only read during the initial serve, changing this file will require re-running step 4 for changes to appear.

About

Website for Variant Interpretation for Cancer Consortium:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published