comparison client/README.md @ 1009:76e9296d6191

added demo mode in READMEs
author Markus Kottlaender <markus@intevation.de>
date Tue, 23 Oct 2018 08:44:41 +0200
parents 5b7a4327f6c0
children 70573eea890e
comparison
equal deleted inserted replaced
1008:9f49ae20c54c 1009:76e9296d6191
27 27
28 * Build `yarn build` 28 * Build `yarn build`
29 29
30 builds the production ready assets to `web` folder. 30 builds the production ready assets to `web` folder.
31 31
32 * Build `yarn build-demo`
33 sets the hg revision as a node env var and builds the production ready assets to `web` folder.
34
32 * Translation 35 * Translation
33 * Extract Messages via `make makemessages` 36 * Extract Messages via `make makemessages`
34 * Translations are converted via `make translations` 37 * Translations are converted via `make translations`
35 38
36 For more information see [developer documentation](./docs/developer.md) 39 For more information see [developer documentation](./docs/developer.md)