Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 422 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 422 Bytes

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.