diff 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 4ffdb922db44
children f370ce6eab65
line wrap: on
line diff
--- a/README.md	Tue Oct 23 08:34:44 2018 +0200
+++ b/README.md	Tue Oct 23 08:44:41 2018 +0200
@@ -5,10 +5,14 @@
 - To build all components of gemma, simply type `make` on the top
   level directory of the repro.
 
+- To build all components of gemma, with client in demo mode, use `make demo`.
+
 - To only (re)build the back end you can use `make gemma`.
 
 - To only build the SPA-Client you can use `make client`.
 
+- To only build the SPA-Client in demo mode you can use `make clientdemo`.
+
 For further details see [docs/DEVELOPMENT](docs/DEVELOPMENT.md),