Files
estel_docs/content/docs/1.简单文档/2.installation.md
estel be69a51bb2
Some checks failed
CI / lint (push) Has been cancelled
CI / typecheck (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
改回项目内获取md文档
2025-08-08 12:15:35 +08:00

788 B

title, description, navigation
title description navigation
安装指南 安装 Estel Docs
icon
lucide-play

安装与使用

:::steps

1. 获取项目

git clone https://github.com/estle-li/estel_docs.git

::tip 或者,您也可以从 GitHub 仓库 克隆或下载该模板。 ::

导航到项目目录

cd [project-name]

编译项目

::::code-group

pnpm i && pnpm dev
yarn install && yarn dev
npm install && npm run dev
bun install && bun dev

::::

::tip 做得好!浏览器窗口应会自动打开,访问 http://localhost:3000。 ::

配置系统

选择主题或根据个人喜好调整其他设置。

:read-more{to="/"}

:::