Developers Notes

Developers Notes

Installation

# install ruby on your distro, the following is for Debian/Ubuntu
sudo apt install ruby-full

# install bundler
gem install bundler

# install dependencies for this project
bundle install

Running the Site

# run the site locally
bundle exec jekyll serve --livereload