Skip to content

Latest commit

 

History

History
executable file
·
29 lines (20 loc) · 463 Bytes

README.md

File metadata and controls

executable file
·
29 lines (20 loc) · 463 Bytes

CDC API Informational Site

The goal of this site is to create a COVID-19 dashboard from the CDC API.

Build Setup

# 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