Website for Event Workflow Management Service (EWMS)
After cloning the repo, you should set up a local environment:
./setupenv.sh
. env/bin/activate
mkdocs serveThis should start a live preview at http://localhost:8000.
It should automatically update whenever you save any file in the docs
directory.
The Markdown source exists in docs and uses mkdocs.
There is a GitHub action configured to deploy any changes to main.
Either commit directly to main or go through the PR process and your
changes will appear a minute or two after the merge.