Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 630 Bytes

File metadata and controls

37 lines (23 loc) · 630 Bytes

Startup

Install ruby

Check your version of Ruby:

ruby -v

If 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.

Setup Jekyll

Install bundler and Jekyll

gem install bundler jekyll

Ensure that all packages are installed before running the server:

bundle install

Run the server:

bundle exec jekyll serve