aboutsummaryrefslogtreecommitdiffstats
path: root/webui/Readme.md
diff options
context:
space:
mode:
authorCláudio <claudio.engdist@gmail.com>2021-02-08 18:47:00 -0300
committerCláudio <claudio.engdist@gmail.com>2021-02-08 18:47:00 -0300
commit96d51912c80a0f5145e48c9741838e73db09a248 (patch)
treec6edf2d766002849c6323cee6e31e73a3bea5c77 /webui/Readme.md
parent8d71888c6d19701abe9ba76bb5747171e95622e8 (diff)
downloadgit-bug-96d51912c80a0f5145e48c9741838e73db09a248.tar.gz
Commit for #557
- Formatting
Diffstat (limited to 'webui/Readme.md')
-rw-r--r--webui/Readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/webui/Readme.md b/webui/Readme.md
index f80caa45..4883d9db 100644
--- a/webui/Readme.md
+++ b/webui/Readme.md
@@ -19,11 +19,11 @@
3. Generate ts code from graphql files and run webui in development mode
- npm start
-3.1. If You got compilation errors from lint, run lint command below and start again:
- - npm run lint -- --fix
- - npm start
+ 1. If You got compilation errors from lint, run lint command below and start again:
+ - npm run lint -- --fix
+ - npm start
-3.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.
+ 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.
## Bundle the web UI