mirror of
https://github.com/maillab/cloud-mail-docs.git
synced 2026-04-24 22:25:54 +03:00
Cloud Mail Documentation | Cloud Mail 项目文档
- TypeScript 100%
| .github/workflows | ||
| docs | ||
| worker | ||
| .gitignore | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
| wrangler.toml | ||
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