MOD UI Docs.

This commit is contained in:
Robin E. R. Davies
2025-07-20 15:53:49 -04:00
parent 8bee485c9f
commit 200719af58
15 changed files with 325 additions and 8 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/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