Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 381 Bytes

File metadata and controls

27 lines (17 loc) · 381 Bytes

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