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).
To set up the application for local development, follow these steps:
- Install the required dependencies by running the following command within your project folder:
npm install
- Initiate the local development server with the following command:
npm start
To deploy the application, simply adhere to these steps:
- Merge your changes into the main branch, and Netlify's automatic deployment process will be triggered.