20 lines
340 B
20 lines
340 B
3 years ago
|
---
|
||
|
nav_order: 10
|
||
|
---
|
||
|
|
||
|
# 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>
|