Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 302 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 302 Bytes

adp-multi.github.io

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