Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 567 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 567 Bytes

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]