aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCláudio <claudio.engdist@gmail.com>2021-02-08 18:48:44 -0300
committerCláudio <claudio.engdist@gmail.com>2021-02-08 18:48:44 -0300
commite47052bd3a02ff6e392c82e3ed3695cf5cf1fa2b (patch)
treeb5854d5cb27639ccca66b3fe3e32902b6d73040e
parent96d51912c80a0f5145e48c9741838e73db09a248 (diff)
downloadgit-bug-e47052bd3a02ff6e392c82e3ed3695cf5cf1fa2b.tar.gz
Commit for #557
- Formatting
-rw-r--r--webui/Readme.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/webui/Readme.md b/webui/Readme.md
index 4883d9db..d1420b4f 100644
--- a/webui/Readme.md
+++ b/webui/Readme.md
@@ -18,12 +18,11 @@
3. Generate ts code from graphql files and run webui in development mode
- npm start
-
- 1. If You got compilation errors from lint, run lint command below and start again:
+ - If You got compilation errors from lint, run lint command below and start again:
- npm run lint -- --fix
- npm start
- 2. The development version of the WebUI is configured to query the backend on the port 3001. You can now live edit the js code and use the normal backend.
+The development version of the WebUI is configured to query the backend on the port 3001. You can now live edit the js code and use the normal backend.
## Bundle the web UI