This project is a static website built with Jekyll using the just-the-docs theme.
- Install Bundler
- Open a terminal (PowerShell or Command Prompt) and run:
gem install bundler
- Open a terminal (PowerShell or Command Prompt) and run:
- Install project dependencies
- In the project directory, run:
bundle install
- In the project directory, run:
To run the site locally for development:
- In the project directory, start the Jekyll server:
bundle exec jekyll serve - Open your browser and go to http://localhost:4000
The site will automatically reload when you save changes to files.
- If you have problems installing the
wdmgem on Windows, you can comment out or remove thegem "wdm"line in yourGemfile. This gem is optional and not required for the site to work.
For more information, see the Jekyll documentation.