An open data initiative for the ministry of health (originally intended for Ontario, Canada). This web client allows quick visualizations of health-related data and allows health workers (nurses, professionals) to update statistics in real-time.
Note that data for visualizations is private and is not distributed with this repository.
- npm install (or yarn)
- bower install
- Set-up your Firebase and Auth0 credentials in
app/scripts/main.js
- Run gulp serve to preview and watch for changes
- Run bower install — save to install frontend
- Run gulp serve:dist to preview the production build
- Run gulp build
- Run firebase deploy
Pull requests will always be welcome!
[ ] Move from Bower to NPM, Webpack
[ ] Add more features
[ ] Add testing
[ ] And more...