Prerequisites:
- You have everything that Jekyll requires
- You have installed Bundler:
gem install jekyll bundler
After cloning this repository and navigating into the directory, run the following command to install dependencies
cd YOUR_REPO
bundle install
To run the site locally, run:
bundle exec jekyll serve
This site is deployed via a GitHub Action Workflow. For more information see GitHub Pages.