Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dqbd/ntu-campus-map

Port of NTU Campus Map usable on a phone
https://github.com/dqbd/ntu-campus-map

Last synced: 18 days ago
JSON representation

Port of NTU Campus Map usable on a phone

Awesome Lists containing this project

README

        

# NTU Campus Map

## Setup

Please follow the [Getting Started guide for React Native](https://facebook.github.io/react-native/docs/getting-started) for initial configuration

After setting up the environmnent, just execute
```
yarn start
```

## Production Release Build

Create a `android/keystore.properties` file with these contents

```
storeFile=
storePassword=
keyAlias=
keyPassword=
```

Perform the build

```bash
./gradlew bundleRelease
```