Skip to content

Latest commit

 

History

History
executable file
·
58 lines (42 loc) · 1.29 KB

README.md

File metadata and controls

executable file
·
58 lines (42 loc) · 1.29 KB

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