Skip to content

Commit

Permalink
README에 툴 설치 방법 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed May 31, 2024
1 parent d7be6a8 commit 323d5b6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,22 @@

## 프로젝트 실행 방법

```
### 툴 설치
- window
- https://nodejs.org/en/download에서 node.js 설치
- pnpm 설치
```bash
npm install -g pnpm
```
- macOS
- node.js 및 pnpm 설치
```bash
brew install node
npm install -g pnpm
```

### 실행
```bash
pnpm install
pnpm run dev
```

0 comments on commit 323d5b6

Please sign in to comment.