Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.29 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.29 KB

Odyquest App

The actual web app of the Odyquest project.

Development server

Run npm run start:en or npm run start:de for a development server, using English or German localization. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Localization

Run npm run extract-i18n to update localization files. npm run extract-i18n:new will show you all new localization entries. Update entries with correct translations for each file. The updated files will appear in the list of new localized entries as long as the target state is new. Therefore chance new in <target state="new"> to final.

Build

Run npm run build:production to build the project with localization enabled. The build artifacts will be stored in the dist/ directory. If you are using a static data set run npm run build:static.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.