Logo Lanfrica

Mental-Health-Liberia/Mental-Health-Liberia-PEF-Client

Domain:

healthcare

Record type:

software
Creator:
Men
Host:
Patient encounter form client for the Mental Health clinic in Liberia. # Mental Health Liberia - Client This is the client / web frontend for the Patient Encounter Form system. It relies on the backend to submit forms. The web app is a static site which can be served on any static web server. ## Background This project is a part of the Computing for Good class led by Ellen Zegura at the Georgia Institute of Technology. ## How to Run This project requires that node.js, grunt, ruby, and bower must be installed. You can install grunt and bower by running: ``` $ npm install -g grunt-cli bower ``` Next, install the dependencies for the project (both node modules, gems, and CSS/JS): ``` $ npm install $ bower install $ bundle ``` Then build and run the project: ``` $ grunt build $ grunt server ``` You're done! You can view the site at `0.0.0.0:9000` in your favorite web browser. ### Group Members * Ryan Ashcraft * Tanner Smith * John Dugan * Alex Satterly * Melaena Roberts