Dashboard for tracking COVID-19 cases
This project was created using:
- Parcel as a web application bundler.
- Cypress for testing.
- NPM for 3rd party library use and management.
- Babe for Javascript compiling.
Please make sure these are installed locally
-
Download the repo.
$ git clone [email protected]:CityOfDetroit/COVID19-dashboard.git
-
Install node dependencies.
$ npm install
-
Run local instance.
$ npm start
-
Run test suite.
$ npm test
-
Run build.
$ npm run-script build
- SLACK - #webteam
- GitHub - https://github.com/CityOfDetroit/COVID19-dashboard