Thirty Three Down Logo

[SOFT] Running a Jekyll server on Windows

First off, install the following software:

Next start Git Bash from the Start menu and:

Still in Git Bash, let's prep your website:

You can stop the Jekyll server anytime with CTRL+C in Git Bash. You can restart the server anytime by opening Git Bash, browsing to your folder, and typing jekyll serve.
Enjoy!

Extra resources