Skip to content

Open Source Dashboard for COVID-19 Data from Puerto Rico

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
TEMPLATE-LICENSE.md
Notifications You must be signed in to change notification settings

Code4PuertoRico/covid19-pr-dashboard

version license

Demo GIF

Demo

View Dashboard

Data Sources

Source Website
Departamento de Salud
Puerto Rico Public Health Trust
Google

Contributing

  1. Fork the repository
  2. Create your feature branch: git checkout -b add-new-feature
  3. Commit your changes: git commit -am 'Add new feature'
  4. Push to the branch: git push origin add-new-feature
  5. Submit a pull request

Prerequisites

  1. Node.js
  2. NPM
  3. Yarn

Installation

  1. Clone Repository
git clone https://github.com/Code4PuertoRico/covid19-pr-dashboard
  1. Install Dependencies
yarn install
  1. Change to Directory
cd src
  1. Run Devlopment Mode
yarn serve
  1. Build for Production
yarn build