Install Ruby and Jekyll first.
$ winget install -e --id RubyInstallerTeam.RubyWithDevKit.3.2
$ gem install jekyll bundler
$ bundle update --all
$ bundle install
$ bundle lock --update
$ bundle exec jekyll clean
$ bundle exec jekyll build
$ bundle exec jekyll serve --drafts
...
Server address: http://127.0.0.1:4000/
Server running... press ctrl-c to stop.