Follow instructions for installing VSCode here if you don’t have another IDE
Install ruby
*ridk install*
on the final screen of the Ruby installIn the command window that appears, choose option 3 to install MSYS2 and the MINGW development toolchain
Setup Jekyll / repo
*gem install jekyll bundler*
jekyll -v
bundle install
*bundle exec jekyll serve
* and open the localhost listed in the terminal (e.g. localhost:3000)