Skip to content

Commit 6c7e709

Browse files
committed
chore(README): Add how to contribute more
1 parent 815ba75 commit 6c7e709

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,9 @@ const box = <Box _hover={[{bg: "red"}, {bg: "blue"}]}/>
159159
## How to Contribute
160160

161161
### Requirements
162-
- Rust compiler installed
163-
- pnpm package manager installed
162+
- [Node.js](https://nodejs.org) (LTS version recommended)
163+
- [Rust](https://rustup.rs) compiler
164+
- pnpm package manager (`npm install -g pnpm`)
164165

165166
### Development Setup
166167
To set up the development environment, install the following packages:
@@ -170,6 +171,4 @@ pnpm build
170171
cargo install cargo-tarpaulin
171172
cargo install wasm-pack
172173
```
173-
After installation, run pnpm test to ensure everything works correctly.
174-
175-
174+
After installation, run `pnpm test` to ensure everything works correctly.

README_ko.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,16 @@ const box = <Box _hover={[{bg: "red"}, {bg: "blue"}]}/>
153153
## 기여 방법
154154

155155
### 요구 사항
156-
- Rust 컴파일러 설치
157-
- pnpm 패키지 매니저 설치
156+
- [Node.js](https://nodejs.org) (LTS 버전 권장)
157+
- [Rust](https://rustup.rs) 컴파일러
158+
- pnpm 패키지 매니저 (`npm install -g pnpm`)
158159

159-
### 개발용 설치
160-
개발 환경을 위해 아래 패키지들을 설치합니다.
160+
### 개발 환경 설정
161+
개발 환경을 위해 아래 패키지들을 설치합니다:
161162
```sh
162163
pnpm i
163164
pnpm build
164165
cargo install cargo-tarpaulin
165166
cargo install wasm-pack
166167
```
167-
설치 후 pnpm test를 실행하여 문제가 없는지 확인합니다.
168+
설치 후 `pnpm test` 실행하여 문제가 없는지 확인합니다.

0 commit comments

Comments
 (0)