This site uses Jekyll.
- Ruby (recommended: latest version)
- Bundler (
gem install bundlerif not installed)
- Install dependencies:
bundle install
- Start the local server:
bundle exec jekyll serve - Open your browser and visit http://localhost:4000
- If you encounter issues with Ruby or Bundler, see the Jekyll installation docs.
- For plugin errors, ensure all gems in the
Gemfileare installed.