https://github.com/pawk/spacer
Audio-walk through the Jewish city
https://github.com/pawk/spacer
angular6 nativescript typescript
Last synced: 7 months ago
JSON representation
Audio-walk through the Jewish city
- Host: GitHub
- URL: https://github.com/pawk/spacer
- Owner: pawk
- Created: 2018-05-25T10:31:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T21:01:03.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T16:43:51.651Z (12 months ago)
- Topics: angular6, nativescript, typescript
- Language: TypeScript
- Homepage:
- Size: 22.3 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Walk through the Jewish City
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.
## Install
Make sure you have Cocoapods installed
```
pod --version
```
If not, go with
```
sudo gem install cocoapods
```
Then
```
npm install
```
## Run
Open Android emulator / iOS simulator of your choice.
> To do that, you can try commands
> ```
> npm run ios-simulator
> npm run android-emulator
> ```
> but those can be too much specific for my local environment :)
When you have it opened, execute
```
tns run ios
# or
tns run android
```
## Build
```
tns build android
# or
tns build ios
```
## Deploy
Connect your device to the computer and execute
```
tns build android
# or
tns build ios
```
To run application on physical device, one can ...