Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 665 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 665 Bytes

Installation Instruction

Ideally should be installed with docker.

But non-docker users can run the program using the following commands.

If on Windows first install ruby and ruby gems. May refer to this Tutorial

ruby -v
gem -v

Run the following commands after the previous two commands successfully outputs the version without any error.

Install Jekyll

gem install jekyll bundler

Install the gems

bundle install

Run the server and see the magic

bundle exec jekyll serve