MOD UI Docs.
This commit is contained in:
Executable
+9
@@ -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
|
||||
Reference in New Issue
Block a user