If you encounter any bugs with the app or have feedback, please drop an issue!
Requires a NodeJS version above 0.12.x. Check your Node.js version.
node --version
With Node.js installed, run the following one liner from the root of the repository:
npm install -g gulp bower && npm install && bower install
For building native apps, you will also need to set up cordova:
npm install -g cordova
./project.sh
gulp serve
This outputs an IP address you can use to locally test and another that can be used on devices connected to your network.
gulp test:local
This runs the unit tests defined in the app/test
directory through web-component-tester.
To run tests Java 7 or higher is required. To update Java go to http://www.oracle.com/technetwork/java/javase/downloads/index.html and download JDK and install it.
gulp
Web files are output in the www/ folder.
gulp && cordova build android
gulp && cordova build ios