The actual web app of the Odyquest project.
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.
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.
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
.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.