- Install bundler
- Set bundle install path to be local
bundle config set --local path 'vendor/bundle'
- Install dependencies
bundle install
- Serve locally
bundle exec jekyll serve --incremental
main
is a long-running branch. All work should be done in branches derived
from main
, and will be rebased onto main
once they are completed.
Spaces are used for indentation, and snake_case is used to name variables
and functions.