Driver Registrations in AngularJS
Install NPM (NodeJS installer) first. Then install all NPM development dependencies by:
$ npm install
Run Grunt build.
$ grunt
To build app run
$ npm install
$ grunt build
For translations we are using Crowdin.
All strings need to be exported for certain build in a form of POT file. To generate a new POT file from source files AND upload it into Crowdin just run:
$ grunt translations-export
All translations have to imported from Crowdin as PO files and compiled into JS file suitable for the app. This can be done by running:
$ grunt translations-import
To run a live demo or do some hackery, run...
$ grunt server