Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 990 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 990 Bytes

COVID-19 Dashboard for Mexico

Background

This project started as a response to the lack of visual tools for understanding the development of the COVID-19 disease in Mexico.

Data Source

All data is obtained from the Mexico Public Health Ministry (Secretaría de Salud). Source links are displayed on the website.

For Developers

  • Required Node.js version: 12.16.1.
  • Uses Vue and Vuetify
# install dependencies
$ npm install -y

To start a development server

$ npm run serve

To build production level files

$ npm run build

Credits

License

This project is licensed under the MIT License - see the LICENSE file for details.