From 323d5b6c609e4aa7e4b5f8d44589e7a5455d580d Mon Sep 17 00:00:00 2001 From: rlaisqls Date: Fri, 31 May 2024 11:07:41 +0900 Subject: [PATCH] =?UTF-8?q?README=EC=97=90=20=ED=88=B4=20=EC=84=A4?= =?UTF-8?q?=EC=B9=98=20=EB=B0=A9=EB=B2=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ad4295..39812de 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file