File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff 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
166167To set up the development environment , install the following packages :
@@ -170,6 +171,4 @@ pnpm build
170171cargo install cargo-tarpaulin
171172cargo 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 .
Original file line number Diff line number Diff 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
162163pnpm i
163164pnpm build
164165cargo install cargo-tarpaulin
165166cargo install wasm-pack
166167` ` `
167- 설치 후 pnpm test를 실행하여 문제가 없는지 확인합니다.
168+ 설치 후 ` pnpm test ` 를 실행하여 문제가 없는지 확인합니다.
You can’t perform that action at this time.
0 commit comments