This is a mobile app written in NativeScript. Its purpose is to navigate you through predefined geolocations and when you reach your target, it will play short summary of a place you've just reached.
Make sure you have Cocoapods installed
pod --version
If not, go with
sudo gem install cocoapods
Then
npm install
Open Android emulator / iOS simulator of your choice.
To do that, you can try commands
npm run ios-simulator npm run android-emulatorbut those can be too much specific for my local environment :)
When you have it opened, execute
tns run ios
# or
tns run android
tns build android
# or
tns build ios
Connect your device to the computer and execute
tns build android
# or
tns build ios
To run application on physical device, one can ...