To run the website locally:
- Be sure to have Git installed and in your PATH file (It's not in your PATH if you use Github Desktop, I recommending installing Git for Windows in addition)
- Have Ruby installed and in your PATH file (Devkit version, latest Ruby version should work fine)
- Install Bundler: Open cmd and type
gem install bundler
(Make sure Ruby is installed and in your PATH, then the command should work) - If first time building, you might need to run
bundle install
in this directory. - Double click the
run.cmd
file. It should look something like this:
Alternatively you can run bundle exec jekyll s
in this directory yourself
- Visit the website at http://localhost:4000/, it should automatically update while you're making changes. If not, just close and double click run.cmd again and it refreshes.