## Run site locally:
If you'd like to preview and debug the site locally (for example, in the process of proposing a change, fix etc.):

> [https://jekyllrb.com/docs/installation/macos/](https://jekyllrb.com/docs/installation/macos/)

- `cd` into the `docs` directory
- Run `script/bootstrap` to install the necessary dependencies
- Run `bundle exec jekyll serve` to start the preview server
- Visit `localhost:4000` in your browser to preview the site