Skip to content

Commit 832d8f5

Browse files
committed
docs: document dumi dev server port
1 parent 51b980c commit 832d8f5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
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]
@@ -18,7 +17,6 @@
1817

1918
</div>
2019

21-
2220
## Highlights
2321

2422
- Composable `Input`, `TextArea`, and `BaseInput` primitives.
@@ -140,6 +138,8 @@ npm run compile
140138
npm run build
141139
```
142140

141+
The dumi site runs at `http://localhost:8000` by default.
142+
143143
## Release
144144

145145
```bash

README.zh-CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ npm run compile
138138
npm run build
139139
```
140140

141+
dumi 站点默认运行在 `http://localhost:8000`
142+
141143
## 发布
142144

143145
```bash

0 commit comments

Comments
 (0)