Skip to content

Commit ce56467

Browse files
committed
Clarify web viewer startup path
1 parent 28dd168 commit ce56467

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README-CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,15 @@ source .venv/bin/activate
184184
阅读器直接读取仓库中的 `.ipynb` 原文并在前端渲染,不维护额外的网页内容副本。
185185

186186
```bash
187+
cd web
187188
npm install
188189
npm run dev
189190
```
190191

191192
构建并预览静态网站:
192193

193194
```bash
195+
cd web
194196
npm run build
195197
npm run preview
196198
```

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,15 @@ The reader imports the `.ipynb` files directly and renders them in the browser,
215215
web content copy.
216216

217217
```bash
218+
cd web
218219
npm install
219220
npm run dev
220221
```
221222

222223
Build and preview the static site:
223224

224225
```bash
226+
cd web
225227
npm run build
226228
npm run preview
227229
```

0 commit comments

Comments
 (0)