Cloud Mail Documentation | Cloud Mail 项目文档
  • TypeScript 100%
Find a file
2026-03-21 23:53:59 +08:00
.github/workflows 保存 2026-01-29 21:50:26 +08:00
docs 添加置说明和捐助 2026-03-21 23:53:59 +08:00
worker 保存 2026-01-29 21:50:26 +08:00
.gitignore 保存 2026-01-29 21:50:26 +08:00
package.json 保存 2026-01-29 21:50:26 +08:00
pnpm-lock.yaml 保存 2026-01-29 21:50:26 +08:00
README.md 新增README 2026-01-29 23:28:00 +08:00
tsconfig.json 保存 2026-01-29 21:50:26 +08:00
vite.config.ts 添加捐助名单数据 2026-01-30 04:45:17 +08:00
wrangler.toml 保存 2026-01-29 21:50:26 +08:00

Description

Cloud Mail 的文档仓库

Preview

Live Preview: https://doc.skymail.ink

Getting Started

# Clone the repository
git clone https://github.com/maillab/cloud-mail-docs.git

# Go into the folder
cd cloud-mail-docs

# Install dependencies
pnpm install

# Build docs
pnpm run docs:build

# Run locally
pnpm run docs:dev