St. Jude Cloud Documentation
This is the repository containing all technical documentation for the St. Jude Cloud. If you are a developer for the SJCloud and would like information on how to contribute to the documentation, please view the wiki: https://github.com/stjude/sjcloud-docs/wiki.
Building
To run a development copy of the St. Jude Cloud Documentation, run the following commands:
git clone git@github.com:stjude/sjcloud-docs.git
cd sjcloud-docs/
pip install -r requirements.txt
mkdocs serve