---
nav_order: 11
---

# This documentation website

The documentation website can be generated and run locally using Jekyll.

1. Change into the `/docs/` directory:\
   `cd docs`

2. Install Jekyll and its dependencies:\
   `bundle install`

3. Start the Jekyll server:\
   `bundle exec jekyll serve`

4. View the website:\
   <http://localhost:4000>