Skip to content

Commit

Permalink
docs: update some tips in develop.md (apache#2451)
Browse files Browse the repository at this point in the history
  • Loading branch information
gymgym1212 authored May 23, 2022
1 parent 227b200 commit 967038f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/en/latest/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,13 @@ $ make api-stop
$ cd ./web
```

2. Please change the `manager-api` address in the `config/defaultSettings.ts` file if needed.
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.

```
serveUrlMap:{
dev: 'http://localhost:9000'
}
```

3. Launch development mode

Expand All @@ -77,4 +83,6 @@ $ yarn install
$ yarn start
```

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

0 comments on commit 967038f

Please sign in to comment.