https://github.com/ewhal/emergencyassist
Emergency Assist application for IFB103
https://github.com/ewhal/emergencyassist
Last synced: 5 months ago
JSON representation
Emergency Assist application for IFB103
- Host: GitHub
- URL: https://github.com/ewhal/emergencyassist
- Owner: ewhal
- License: mit
- Created: 2016-06-10T05:11:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-13T01:28:20.000Z (almost 10 years ago)
- Last Synced: 2025-07-25T21:07:44.592Z (11 months ago)
- Language: HTML
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emergency Assist [](https://travis-ci.org/ewhal/EmergencyAssist) [](https://david-dm.org/ewhal/EmergencyAssist#info=devDependencies)
Cordova + Bootstrap + Font-Awesome


## build html/css/js
```
$ npm install
$ npm run compile
```
## for iOS
```
$ cordova platform add ios
$ cordova build ios
$ cordova emulate ios
```
## for Android
```
$ cordova platform add android
$ cordova build android
$ cordova emulate android
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details