diff --git a/webui/Readme.md b/webui/Readme.md index 50d7afa6012682099bba244ebc19f4cc9d7deded..29b2f1cd394d48d37b4684fdb8bd7c3df973d42d 100644 --- a/webui/Readme.md +++ b/webui/Readme.md @@ -1,5 +1,17 @@ # git-bug rich web UI +## Prerequisites + +
+ReactJS + + + +
+
+ReactJS | Material UI | GraphQL | Apollo GraphQL +
+ ## How to develop ### Run GraphQL backend @@ -26,4 +38,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 diff --git a/webui/public/apollo_logo.svg b/webui/public/apollo_logo.svg new file mode 100644 index 0000000000000000000000000000000000000000..955fff194426ca7511ec1f988a1728449043706d --- /dev/null +++ b/webui/public/apollo_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webui/public/graphql_logo.svg b/webui/public/graphql_logo.svg new file mode 100644 index 0000000000000000000000000000000000000000..58b2cc2877cdd95afba70d4c03159e0b02c3d2bc --- /dev/null +++ b/webui/public/graphql_logo.svg @@ -0,0 +1,71 @@ + + + + diff --git a/webui/public/materialui_logo.svg b/webui/public/materialui_logo.svg new file mode 100644 index 0000000000000000000000000000000000000000..9c2dba7ee0094aad4ab426a0d18679a507ce5697 --- /dev/null +++ b/webui/public/materialui_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webui/public/reactjs_logo.png b/webui/public/reactjs_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..8d543b759cc665ba2331a4ddc7f10fe285fc07ec Binary files /dev/null and b/webui/public/reactjs_logo.png differ