Skip to content

Commit

Permalink
Docs: readme 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaeYubin authored Nov 11, 2024
1 parent 890907a commit 408625a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ BoardBuddy는 보드게임을 좋아하는 사람들이 주변에서 보드게

<br><br>

## 실행 방법
## 로컬에서 실행하는 방법
1. 레포지토리를 클론합니다.
```bash
git clone https://github.com/Board-Buddy/front-end.git
Expand All @@ -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. 터미널에서 아래 명령어를 차례대로 입력합니다.
Expand Down

0 comments on commit 408625a

Please sign in to comment.