Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 629 Bytes

File metadata and controls

24 lines (19 loc) · 629 Bytes

johnhenry

Running Locally

This site uses Jekyll.

Prerequisites

  • Ruby (recommended: latest version)
  • Bundler (gem install bundler if not installed)

Setup & Serve

  1. Install dependencies:
    bundle install
  2. Start the local server:
    bundle exec jekyll serve
  3. Open your browser and visit http://localhost:4000

Troubleshooting

  • If you encounter issues with Ruby or Bundler, see the Jekyll installation docs.
  • For plugin errors, ensure all gems in the Gemfile are installed.