You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Jekyll Quickstart Docs](https://jekyllrb.com/docs/) lists the prerequisites for installing Jekyll for whatever OS you are using. Please refer to these documents to get started.
Assuming the jekyll prerequisites are installed, run the following command to install jekyll and bundler:
```shell
gem install jekyll bundler
```
Then, install the dependencies:
```shell
bundle install
```
## Local development
To run the site locally, navigate to the root directory of the project and run the following command:
```bash
bundle exec jekyll serve
```
In your browser, navigate to `http://localhost:4000/` to view the site.