From 408625a2317ca0de5829eb711d7d5aa6c39ab3d0 Mon Sep 17 00:00:00 2001 From: yubin Date: Mon, 11 Nov 2024 09:55:52 +0900 Subject: [PATCH] =?UTF-8?q?Docs:=20readme=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 328a9f3..98da82b 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ BoardBuddy는 보드게임을 좋아하는 사람들이 주변에서 보드게

-## 실행 방법 +## 로컬에서 실행하는 방법 1. 레포지토리를 클론합니다. ```bash git clone https://github.com/Board-Buddy/front-end.git @@ -78,7 +78,7 @@ cd front-end 2. `front-end` 디렉토리의 최상위에 `.env.local` 파일 생성 후 아래와 같이 작성합니다. ```bash NEXT_PUBLIC_API_MOCKING=enabled -NEXT_PUBLIC_API_SERVER_URL=https://localhost:3000 +NEXT_PUBLIC_API_SERVER_URL=http://localhost:3000 ``` 3. 터미널에서 아래 명령어를 차례대로 입력합니다.