/bustime

An android bus timing app for Singapore (Currently in beta)

Primary LanguageVueGNU Affero General Public License v3.0AGPL-3.0

sgbusnow

Bus Timing App

Branches

  • master
    • Dont worry, this branch is steady (with minimal bugs)
  • @vexperimental branch
    • vexperimental stands for very experimental in which case SHOULD NOT BE MERGED WITH MASTER UNLESS A FIX OR THE BRANCH IS STEADY! App version ending with @vxp is under the @vexperimental branch

Usage

# Install dependencies
npm install

# Build for production
tns build <platform> --bundle

# Build, watch for changes and debug the application
tns debug <platform> --bundle

# Build, watch for changes and run the application
tns run <platform> --bundle