Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 638 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (24 loc) · 638 Bytes

Contribution Guide

We always welcome everyone to contribute! Here is a guide for you.

Clone and Install Project


git clone [email protected]:yzqdev/cs-guide.git

If you have not enabled corepack, run corepack enable first.

Use Git to clone the project to the local, and use pnpm to install dependencies.

project structure

.github    github workflow
docs       contains plugins, vue components and docs
plugins    custom vuepress plugins
res        readme image

Project Development

# run dev
pnpm  docs:dev

# package
pnpm  docs:build

commit

There is no strict rules, do what you like.