We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0e36e commit 2b957ddCopy full SHA for 2b957dd
1 file changed
README.md
@@ -394,6 +394,16 @@ Changing UserAgent string for HTTP(S) requests
394
If you are developer set DSI_TEST_AGENT to be `RedHatDevelopmentSuiteTestInstaller/${version}-test`
395
to avoid interfrerance with real installer usage stats.
396
397
+Debugging GUI without running actual installation
398
+-------------------------------------------------
399
+
400
+If you developing UI and not really needed to install anything and be able to go though all the steps
401
+quickly use `--skip-install` option when running installer with npm.
402
403
+``` shell
404
+npm start -- --skip-install
405
+```
406
407
Updating dependencies to latest
408
-------------------------------
409
0 commit comments