https://github.com/hslr-s/sun-panel-doc
sun-panel文档
https://github.com/hslr-s/sun-panel-doc
Last synced: 7 months ago
JSON representation
sun-panel文档
- Host: GitHub
- URL: https://github.com/hslr-s/sun-panel-doc
- Owner: hslr-s
- Created: 2023-12-26T08:31:55.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T08:10:26.000Z (7 months ago)
- Last Synced: 2025-03-27T15:21:22.576Z (7 months ago)
- Homepage: https://doc.sun-panel.top
- Size: 25.4 MB
- Stars: 7
- Watchers: 2
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sun-Panel DOC
项目地址:[Sun-Panel](https://github.com/hslr-s/sun-panel)
文档基于:[VitePress](https://vitepress.dev/)
中文文档VitePress:https://vitepress.yiov.top/getting-started.html
## 环境要求
- Node.js 版本 18 或更高版本
- npm 最新版本
## 其他说明
- 克隆项目
```bash
git clone https://github.com/hslr-s/sun-panel-doc.git
```
- 安装依赖
```bash
pnpm install
```
- 打包
```bash
pnpm run docs:build
```
- 开发预览
```bash
pnpm run docs:dev
```