Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 195 Bytes

File metadata and controls

11 lines (6 loc) · 195 Bytes

Document to build and run site locally (on Ubuntu).

sudo apt install ruby-bundler ruby-dev 

bundle install
bundle update

Serve locally:

bundle exec jekyll serve --livereload