An open API service indexing awesome lists of open source software.

https://github.com/codeforafrica/outbreak.africa

Coronavirus Disease 2019 Edition
https://github.com/codeforafrica/outbreak.africa

Last synced: about 1 year ago
JSON representation

Coronavirus Disease 2019 Edition

Awesome Lists containing this project

README

          

# COVID19map

HURUmap Coronavirus Disease 2019 Edition

## Installation

outbreak.AFRICA is a SSR rendered [Next](https://nextjs.org/) web app deployable to [Vercel](https://vercel.com/) on staging. See [package.json](./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: https://covid19.outbreak.africa/

#### Staging

The application is deployed to Vercel as the staging environment.
Staging URL: https://dev.outbreak.africa/