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
- Host: GitHub
- URL: https://github.com/codeforafrica/outbreak.africa
- Owner: CodeForAfrica
- License: gpl-3.0
- Created: 2020-03-19T05:11:52.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T23:27:50.000Z (over 1 year ago)
- Last Synced: 2025-03-04T08:02:13.110Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://covid19.dev.hurumap.org/
- Size: 27.4 MB
- Stars: 1
- Watchers: 11
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/