Skip to content

Commit 967038f

Browse files
authored
docs: update some tips in develop.md (#2451)
1 parent 227b200 commit 967038f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/en/latest/develop.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,13 @@ $ make api-stop
6767
$ cd ./web
6868
```
6969

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+
```
7177

7278
3. Launch development mode
7379

@@ -77,4 +83,6 @@ $ yarn install
7783
$ yarn start
7884
```
7985

86+
> If there is an error about gyp during yarn install, please ignore it and go ahead!
87+
8088
4. If writing an front end E2E test, please refer to the [Front End E2E Writing Guide](./front-end-e2e.md)

0 commit comments

Comments
 (0)