Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 926 Bytes

README.md

File metadata and controls

36 lines (31 loc) · 926 Bytes

cgenomicslab.github.io

====================

Technologies this website uses:

Jekyll  
Github Pages  
Twitter Bootstrap 4.4.1

Before pushing changes, please check that they will work on your system first with the plugins included in the Gemfile using the bundler tool (results served at localhost:4000):

Getting started

  1. Install all prerequisites
  2. Install the jekyll and bundler gems
    gem install jekyll bundler
    
  3. Clone this repository
    git clone git@github.com:cgenomicslab/cgenomicslab.github.io.git
    
  4. Change into your new directory
    cd cgenomicslab.github.io
    
  5. Install missing gems
    bundle install
    
  6. Build the site and make it available on a local server
    bundle exec jekyll serve
    
  7. Browse to http://localhost:4000