git clone --recurse-submodules https://github.com/PDIS/web-jekyll
choco install ruby
ridk install
(3 - MSYS2 and MINGW development toolchain)gem install bundler
bundle install
jekyll serve
or jekyll serve --drafts
127.0.0.1:4000
git clone --recurse-submodules https://github.com/PDIS/web-jekyll
bundle install --path vendor/bundle
bundle exec jekyll serve
or bundle exec jekyll serve --drafts
127.0.0.1:4000