Documentation and specification site for GitEHR: https://gitehr.org
Dockerized development, running Material for MkDocs. Get started in 3 steps:
Clone the repo:
git clone https://github.com/gitehr/gitehr.org.gitEnter the directory:
cd gitehr.orgRun the following Docker command:
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-materialSee the local development site at localhost:8000.