Skip to content

Commit 5f1e553

Browse files
committed
docs: document dumi dev server port
1 parent 4fccb28 commit 5f1e553

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<p align="center">English | <a href="./README.zh-CN.md">简体中文</a></p>
88

9-
109
<div align="center">
1110

1211
[![NPM version][npm-image]][npm-url] [![npm download][download-image]][download-url] [![build status][github-actions-image]][github-actions-url] [![Codecov][codecov-image]][codecov-url] [![bundle size][bundlephobia-image]][bundlephobia-url] [![dumi][dumi-image]][dumi-url]
@@ -169,6 +168,8 @@ npm install
169168
npm start
170169
```
171170
171+
The dumi site runs at `http://localhost:8000` by default.
172+
172173
Run checks before sending a pull request:
173174

174175
```bash
@@ -185,6 +186,7 @@ npm run prepublishOnly
185186
```
186187

187188
The release flow is handled by `@rc-component/np` through the `rc-np` command after the package build.
189+
188190
## Ecosystem
189191

190192
This package is part of the React Component organization and is maintained alongside Ant Design. The Ant Design mark above is used only as ecosystem context; the package itself stays framework-level and unstyled except for its bundled assets.

README.zh-CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ npm install
168168
npm start
169169
```
170170
171+
dumi 站点默认运行在 `http://localhost:8000`。
172+
171173
在发送拉取请求之前运行检查:
172174

173175
```bash

0 commit comments

Comments
 (0)