Check your version of Ruby:
ruby -vIf the command succeeds, then you can skip to the next step (Setup Jekyll)f it throws an error, then you need to install ruby.
Go to rubyinstaller.org (for Windows) and download the installer. (Probably version Ruby+Devkit3.2.X)
Run the installer.
Use all default settings.
Install bundler and Jekyll
gem install bundler jekyllEnsure that all packages are installed before running the server:
bundle installRun the server:
bundle exec jekyll serve