This is an implementation of the GeoVin App, a citizen science project that aims to track and classify different subspecies of "Vinchuca", a bug that can be carrier of the Chagas Disease.
Probably installing java before following this steps is a good idea.
Both Node.js and npm are a requirement to run this project. To install follow the instructions at
This project is built using Ionic (https://ionicframework.com/ ) Once node and npm are installed you should install ionic. To do so you should run as administrator/sudo:
npm install -g ionicFor more information check https://ionicframework.com/docs/installation/cli
Once ionic is installed open a terminal to the source path and execute
ionic serveThis should open a server and a browser where one can see the working webapp.
If you want to run it on Android or iOs more configuration may be needed. More information available at https://ionicframework.com/docs/installation/android https://ionicframework.com/docs/installation/ios