Driver Registrations in AngularJS
Install NPM (NodeJS installer) first. Then install all NPM development dependencies by:
$ npm installRun Grunt build.
$ gruntTo build app run
$ npm install
$ grunt buildFor 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-exportAll 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-importTo run a live demo or do some hackery, run...
$ grunt server