Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (11 loc) · 674 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 674 Bytes

SGS Frontend

Web and mobile app for the SGS (Sistema de Gestão de Sinistros) platform

Build Status

Running and compilling

Note - In order for the camera to work flawlessly in Google Chrome browser, install the latest version:

ionic cordova plugin add https://github.com/apache/cordova-plugin-camera

To access native features (like camera, geolocation, etc...) in browser run:

ionic cordova run browser

Otherwise if you don't need those features you can test it locally with:

ionic serve --watch