Skip to content

Commit

Permalink
Remove yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiao committed Sep 8, 2023
1 parent fe2040e commit 0d5dec4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 711 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ The repos of [AirCode Docs](https://docs.aircode.io).

## How to contribute

Each language is an independent project. Enter the directory of the corresponding language, execute 'yarn' to install dependencies, and develop and debug through 'yarn dev'
Each language is an independent project. Enter the directory of the corresponding language, execute `pnpm i` to install dependencies, and develop and debug through `pnpm dev`

- en The directory is a English file
- zh-cn The directory is a Chinese file

## 如何贡献代码

每个语言是一个独立的项目,进入对应语言的目录,执行 `yarn` 安装依赖,通过 `yarn dev` 开发和调试
每个语言是一个独立的项目,进入对应语言的目录,执行 `pnpm i` 安装依赖,通过 `pnpm dev` 开发和调试

- en 目录中是英文文档
- zh-cn 目录是中文文档
9 changes: 0 additions & 9 deletions docs/en/.yarnrc.yaml

This file was deleted.

Loading

0 comments on commit 0d5dec4

Please sign in to comment.