Health Information Exchange Documentation

Build and Deploy

  1. Install Python3 and Pip3.

     sudo apt-get install python3.10
     sudo apt install python3-pip
    
  2. Intall the dependenecies

     pip3 install -r requirements.txt
    
  3. Run the docs in a dev mode

     mkdocs serve