MCDS is an app devised for volunteers of UHI to manage information about women and their children.
Uses: Ionic framework, AngularJS, Android SDK.
Has code in: HTML, CSS, JavaScript.
Manages data with: Spreadsheet with macros, csv, json, localStorage
Prerequisites:
NodeJS, npm, bower, gulp
Steps:
npm installbower install
Run development server:
ionic serve
Use cordova plugin add [plugin_name] to add plugins.
The project uses github releases to manage tagged releases and their related binaries that can be installed on test devices.
The project uses a .editorconfig file to ensure what we write looks beautiful inside an editor.