> ## Documentation Index
> Fetch the complete documentation index at: https://help.piecelet.app/llms.txt
> Use this file to discover all available pages before exploring further.

# 本地开发

> 在本地编辑并预览文档

## 启动本地环境

按照以下步骤在本地运行 Mintlify 预览：

1. 安装 CLI：`npm i -g mint`
2. 在项目根目录执行：`mint dev`
3. 打开 `http://localhost:3000` 查看站点

<Tip>修改 `.mdx` 或 `docs.json` 会触发热更新。</Tip>
