aboutsummaryrefslogtreecommitdiffstats
path: root/webui/Readme.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-02-19 23:59:17 +0100
committerGitHub <noreply@github.com>2021-02-19 23:59:17 +0100
commita95b6b37b0f84e1e2a7c44b90255ebac1374db81 (patch)
treebfa61b6f299aea1fa021b548931879405662d756 /webui/Readme.md
parent956f98b676ab44d19ed522061c9520a32aab1a3c (diff)
parent0d9c358c125e7d0abb23363b2827c30e53376452 (diff)
downloadgit-bug-a95b6b37b0f84e1e2a7c44b90255ebac1374db81.tar.gz
Merge pull request #569 from claudioantonio/master
Commits for issues #554, #564 and #566
Diffstat (limited to 'webui/Readme.md')
-rw-r--r--webui/Readme.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/webui/Readme.md b/webui/Readme.md
index 50d7afa6..45df1705 100644
--- a/webui/Readme.md
+++ b/webui/Readme.md
@@ -1,5 +1,8 @@
# git-bug rich web UI
+## Prerequisites
+[ReactJS](https://reactjs.org/) | [Material UI](https://material-ui.com/) | [GraphQL](https://graphql.org/) | [Apollo GraphQL](https://www.apollographql.com/docs/react/)
+
## How to develop
### Run GraphQL backend
@@ -26,4 +29,7 @@ The development version of the WebUI is configured to query the backend on the p
## Bundle the web UI
-Once the webUI is good enough for a new release, run `make pack-webui` from the root directory to bundle the compiled js into the go binary.
+Once the webUI is good enough for a new release:
+1. run `make build` from webui folder
+2. run `make pack-webui` from the *root directory* to bundle the compiled js into the go binary.
+ - You must have Go installed on Your machine to run this command. \ No newline at end of file