These instructions are written for a Mac setup. All tools listed should be installable or have alternatives on Windows/Linux, but the steps might be different from those listed.
Ensure you have been invited and can access the following pages
Install dependencies
brew install gh
Install tools
Clone the repository.
https://github.com/Virtual-Hospitals-Africa/virtual-hospitals-africa
git clone [email protected]:Virtual-Hospitals-Africa/virtual-hospitals-africa.git --recursive
Run redis in another terminal window (if it’s not already running as a daemon)
redis-server
Run ./setup.sh
. If you missed any dependencies or are running Windows you may need to follow the steps manually to create the .env files correctly
./setup.sh
Run the project locally. You will see TLS
errors. Those can safely be ignored for now
deno task start
Access the application at https://localhost:8000. You should be prompted to log in via google.
If you could log in, you’re fully up! Try the workflows from Testing things out