Creative by dre

How to install jekyll 💉 on Windows OS

Simple step how to install Jekyll on Windows OS

Download Ruby

For first we need to download ruby →

Run ruby installation on your device, next step open command prompt terminal - or press windows logo and type CMD

Run this command gem install jekyll bundler

Now you can check your jekyll version by run this command jekyll -v

Download Starter Themes

Next you can download our jekyll starter themes , Download Jekyll Starter Now →

Run Starter themes

Now you can run the starter project in to your devices, extract our starter jekyll project in to your project, open terminal and access the starter project - Next step you can run bundle install && exec jekyll serve

Open your web browser and access localhost:4000