🩺 Learn more about how we're connecting patients with care at virtualhospitalsafrica.org
💌 Wanting to contribute? See our open positions on Idealist
🛠️ Check out our Engineering documentation to learn how the system is architected and how to run it
You'll need deno, docker, and git-lfs
# Clone the repository and pull large files
git clone git@github.com:Virtual-Hospitals-Africa/virtual-hospitals-africa.git
git lfs pull
# In one terminal window
docker compose up
# In main terminal window
deno task docker db:reset
deno task docker db:dummy
# Once done,
deno task start
# To run tests
deno task test