Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 698 Bytes

README.md

File metadata and controls

49 lines (34 loc) · 698 Bytes

ColorVision Quiz App

Build Status

Simple Cordova app about color blindness

Install

$ npm install

Build

$ cordova prepare
$ grunt build

Run & watch

$ grunt

Add platform or Plugin

./platforms/ & ./plugins are ignored by git. So don't forget to save any change.

$ cordova platform add <platform> --save
$ cordova plugin add <plugin> --save

Developers

  • Cedric FROSSARD
  • William Belle

Licence

Apache Licence 2.0