This repository contains code for the visualization of COVID death predictions on models that operate globally.
Based on the preprint: Predictive performance of international COVID-19 mortality forecasting models
- Pull repository
- Create config file to point to database named
next.config.js
Example:
module.exports = {
env: {
'MYSQL_HOST': HOST,
'MYSQL_PORT': PORT,
'MYSQL_DATABASE': DATABASE,
'MYSQL_USER': USER,
'MYSQL_PASSWORD': PASSWORD,
}
}
- Ask author for help to connect to our database
- Run command
npm run dev
COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose build
docker-compose up