You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-7
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,22 @@ This project has web console source code for the MyController server. This proje
3
3
4
4
5
5
## Setup development environment
6
-
To setup the development environment you need to run the [backend server](https://github.com/mycontroller-org/backend) locally or somewhere else, should be accessible from your computer.<br>
6
+
To setup the development environment you need to run the [MyController server](https://github.com/mycontroller-org/server) locally or somewhere else, should be accessible from your computer.<br>
7
7
8
-
By default it looks the backend server on `http://localhost:8080` and websocket on `ws://localhost:8080`.<br>
9
-
You can update the following environment variables to point your backend,
8
+
By default access the MyController server on `http://localhost:8080` and websocket on `ws://localhost:8080`.<br>
9
+
You can update the following environment variables to point your MyController server,
@@ -33,5 +37,7 @@ It correctly bundles React in production mode and optimizes the build for the be
33
37
34
38
The build is minified and the filenames include the hashes.<br />
35
39
40
+
To see your changes on your production environment. You can copy the `build` directory and replace it with `web_console` in MyController server.
41
+
36
42
## Release
37
-
There is no separate release for this project. The [backend repository](https://github.com/mycontroller-org/backend) takes the corresponding version(`tag`, `branch`) of this project and builds along with the backend code.
43
+
There is no separate release for this project. The [server repository](https://github.com/mycontroller-org/server) takes the corresponding version(`tag`, `branch`) of this project and builds along with the backend code.
0 commit comments