Skip to content

Commit a97adc1

Browse files
committed
docs: document dumi dev server port
1 parent 5a3fb91 commit a97adc1

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,14 +6,12 @@
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]
1312

1413
</div>
1514

16-
1715
## Highlights
1816

1917
- Horizontal, vertical, and inline menu modes.
@@ -168,6 +166,8 @@ npm run compile
168166
npm run build
169167
```
170168

169+
The dumi site runs at `http://localhost:8000` by default.
170+
171171
## Release
172172

173173
```bash

README.zh-CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ npm run compile
166166
npm run build
167167
```
168168

169+
dumi 站点默认运行在 `http://localhost:8000`
170+
169171
## 发布
170172

171173
```bash

0 commit comments

Comments
 (0)