> ## 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>
