Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gkd-kit/docs

GKD 文档 | GKD Document
https://github.com/gkd-kit/docs

Last synced: 3 days ago
JSON representation

GKD 文档 | GKD Document

Awesome Lists containing this project

README

        

# 说明

GKD 文档(尚未开发完毕), 基于 [vitepress](https://vitepress.dev/zh/) 构建

可前往 [gkd.li](https://gkd.li) 预览

## 提交贡献

欢迎提交 [规则示例](./docs/guide/subscription.md) 和 [选择示例](./docs/guide/example.md)

确保你对 [vitepress](https://vitepress.dev/zh/) 有基本了解

然后 [Fork](https://github.com/gkd-kit/docs/fork) 仓库

准备环境: node20+, pnpm9+ 最好使用最新版本

安装依赖

```sh
pnpm i
```

启动文档预览, 此时修改 md 文件会自动刷新浏览器界面

```sh
pnpm dev
```

修改提交推送后发起 pull request