Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 819 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 819 Bytes

African Data Hub COVID-19 Testing & Positivity Rate Dashboard

Explore and compare testing and positivity rate data for all African countries with the African Data Hub COVID-19 Testing & Positivity Rate Dashboard. This web application is developed using React.js and draws its data from Our World in Data (OWID).

Local development

To set up the application for local development, follow these steps:

  1. Install the required dependencies by running the following command within your project folder:
    npm install
    
  2. Initiate the local development server with the following command:
    npm start
    

Deployment

To deploy the application, simply adhere to these steps:

  1. Merge your changes into the main branch, and Netlify's automatic deployment process will be triggered.