Files
op-pedal/debugDocs.sh
T
Robin E. R. Davies 200719af58 MOD UI Docs.
2025-07-20 15:53:49 -04:00

9 lines
257 B
Bash
Executable File

#!/bin/bash
# Run local jeckyl-hosted sevever for GitHub documentation page.
# See https://jekyllrb.com/docs/installation/ for instructions on how to isntall jeckyll locally.
# Then
# cd docs
# bundle install
#
cd docs
bundle exec jekyll serve --host