An open API service indexing awesome lists of open source software.

https://github.com/hslr-s/sun-store-doc


https://github.com/hslr-s/sun-store-doc

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sun-Panel DOC

文档基于:[VitePress](https://vitepress.dev/)

中文文档VitePress:https://vitepress.yiov.top/getting-started.html

## 环境要求

- Node.js 版本 18 或更高版本

- npm 最新版本

## 其他说明

- 克隆项目

- 安装依赖
```bash
pnpm install
```

- 打包
```bash
pnpm run docs:build
```

- 开发预览

```bash
pnpm run docs:dev
```