Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
/ DriverReg Public archive

Driver Registrations Wizzard

Notifications You must be signed in to change notification settings

wzoom/DriverReg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Driver Registrations Wizzard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published