| Source | Website |
|---|---|
| Departamento de Salud | |
![]() |
Puerto Rico Public Health Trust |
- Fork the repository
- Create your feature branch:
git checkout -b add-new-feature - Commit your changes:
git commit -am 'Add new feature' - Push to the branch:
git push origin add-new-feature - Submit a pull request
- Node.js
- NPM
- Yarn
- Clone Repository
git clone https://github.com/Code4PuertoRico/covid19-pr-dashboard
- Install Dependencies
yarn install
- Change to Directory
cd src
- Run Devlopment Mode
yarn serve
- Build for Production
yarn build

