The goal of this site is to create a COVID-19 dashboard from the CDC API.
# install dependencies
$ npm install
# Netlify CLI
$ npm run netlify dev
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate pages
npm run pages
# generate social images
npm run socialImages
# generate static project
$ npm run generate