15 Oct 2020
There can be some extra steps besides the instructions in the official doc.
install Jekyll
create the gem file and populate it with jekyll
bundle init bundle add jekyll
add kramdown parser to gemfile
gem "kramdown-parser-gfm"
open terminal and type command bundler
bundle exec jekyll serve