/CurrentTruck

Primary LanguageJavaScript

GoGoKart

Application that monitors real-time foot traffic and parking availability in parks, then routes food trucks/vendors toward underserved areas. It also incorporates demographic and historical performance for future recommendations and back-office reporting.

Consists of:

  • Ember frontend in /app
  • Scriptr.io scripts in /scripts
  • Utility runners for integration with GE Predix in /ge

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Good example in circle.yml and firebase.json of a CI workflow for EmberJS using CircleCI and Firebase for hosting.