Run the site locally

This project uses Jekyll. To preview the site locally:

  1. Install dependencies (only needed once, or when Gemfile changes):
    bundle install
    
  2. Start the local server:
    bundle exec jekyll serve
    
  3. Open the site in your browser:
    • Go to http://localhost:4000
  4. Stop the server:
    • In the terminal running the server, press Ctrl + C.

Quick reminder