Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 551 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 551 Bytes

WAYST

Curb Alert's app for the HACC 2018 Challenge

Setup and Basic Usage

  • Install Ionic

  • Download the latest version of the application at HACC2018/Curb-Alert

  • Open the application in an IDE that has a terminal window or cd into the project directory in a terminal window

  • To restore the node modules:

npm install 
  • To restore platforms and plugins:
ionic cordova prepare
  • To start the application:
ionic serve