Data entry interface for the OpenHDS System.
See instructions on the wiki at <https://github.com/munk/openhds-ui/wiki/Deployment>
Prior to running the server, run npm install
in the root and app directories. This will download any required dependencies.
$ npm start
This will start server.js and serve static files from /app. Changes to the application will be available immediately on page reload.
$ node_modules/.bin/karma start karma.conf.js --single-run
$ node_modules/.bin/webdriver-manager update
$ node_modules/.bin/webdriver-manager start
$ node_modules/.bin/protractor e2e-tests/protractor.conf.js
MIT License
Copyright © 2016 John Downs, Robert Miller