NASA 2020 Challenge App - NASA Space Apps Challenge | COVID - May 30-31, 2020
Requirements to use this project:
Node.js (https://nodejs.org/download/)
In case you're not with the latest version of npm:
$ sudo npm install npm -gTo install both of them on your system just launch this command:
$ sudo npm install cordova ionic -gOnce you clone this repository, run this command on your terminal to install all needed dependencies:
$ npm install
$ npm install leaflet
$ npm install --save img-comparison-sliderRun this command on your terminal to add a platform and install all needed puglins:
iOS:
$ ionic cordova platform add ios
$ ionic cordova run iosAndroid:
$ ionic cordova platform add android
$ ionic cordova run androidAfter installing the needed dependencies you are done, launch your app with a simple
$ ionic serve