Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 368 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 368 Bytes

Ontario Covid-19 Dashboard

Dashboard built with Next.js and Recharts

See live website

Building static site

  1. $ npm install

  2. $ npm run build
    Outputs static html files to /docs for GitHub pages

Running locally

$ npm run dev