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: docs/en/latest/develop.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,13 @@ $ make api-stop
67
67
$ cd ./web
68
68
```
69
69
70
-
2. Please change the `manager-api` address in the `config/defaultSettings.ts` file if needed.
70
+
2. Please change the `manager-api` address in the `config/defaultSettings.ts` file. If you follow this guidelines, the address may need to be set as below.
71
+
72
+
```
73
+
serveUrlMap:{
74
+
dev: 'http://localhost:9000'
75
+
}
76
+
```
71
77
72
78
3. Launch development mode
73
79
@@ -77,4 +83,6 @@ $ yarn install
77
83
$ yarn start
78
84
```
79
85
86
+
> If there is an error about gyp during yarn install, please ignore it and go ahead!
87
+
80
88
4. If writing an front end E2E test, please refer to the [Front End E2E Writing Guide](./front-end-e2e.md)
0 commit comments