Coronavirus Disease 2019 Edition
# COVID19map
HURUmap Coronavirus Disease 2019 Edition
## Installation
outbreak.AFRICA is a SSR rendered Next web app deployable to Vercel on staging. See package.json for the full list of dependencies and build & deploy scripts.
Run the following to get started locally:
#### Development Env
```sh
yarn
yarn dev
```
The application will be running locally at `localhost:3000`
## Deployment
#### Production
The application is automatically deployed to production on merge to Master.
Production URL:
covid19.outbreak.africa
#### Staging
The application is deployed to Vercel as the staging environment.
Staging URL:
dev.outbreak.africa