This documentation website
The documentation website can be generated and run locally using Jekyll.
-
Change into the
/docs/
directory:
cd docs
-
Install Jekyll and its dependencies:
bundle install
-
Start the Jekyll server:
bundle exec jekyll serve
-
View the website:
http://localhost:4000