Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dqbd/ntu-campus-map
- Owner: dqbd
- Created: 2019-08-29T11:21:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:26:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T01:58:41.728Z (about 1 month ago)
- Language: HTML
- Size: 2.87 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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
```