Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Latest commit

 

History

History
60 lines (33 loc) · 852 Bytes

File metadata and controls

60 lines (33 loc) · 852 Bytes

DriverReg

Driver Registrations in AngularJS

Installation

Install NPM (NodeJS installer) first. Then install all NPM development dependencies by:

$ npm install

Run Grunt build.

$ grunt

Usage

Build

To build app run

$ npm install
$ grunt build

Translation synchronization

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

Demo & Develop

To run a live demo or do some hackery, run...

$ grunt server