A containerized progressive web application paired with patient data management tooling built to serve the Haiti Community Health Initiative in their mission to help form healthy and self-directed communities in Haiti.
The application runs on docker, which can be installed here. If you're a linux user, you'll also need to install docker-compose separately. Otherwise, it's included in the Mac and PC versions of "Docker Desktop"
docker-compose -f dev-docker-compose.yml up
from the root directory.
docker-compose -f dev-docker-compose.yml down
will then stop the docker processes from running in the background.