Skip to content

zaironjacobs/track-covid19

Repository files navigation

Track COVID-19

covid19

Dependencies

Usage

Copy the file .env.local.example to .env.local and fill in the environment variables. Example:

COVID19_API_URL=http://127.0.0.1:8050

Install

npm install
npm run build

Run

npm run start -- -p [PORT_NUMBER]