Skip to content

covjson/covjson.github.io

Repository files navigation

covjson.org

Build locally on Ubuntu

Install tools:

sudo apt install build-essential ruby ruby-dev
sudo gem install bundler
bundle config set --local path 'vendor/bundle'
bundle install

Build the site and start a local server:

bundle exec jekyll serve --livereload

Acknowledgments

Uses the Paper Bootswatch theme for Bootstrap.