Skip to content

Commit 56e425d

Browse files
committed
chore: pnpm-lock.yaml 파일 삭제 및 README.md 업데이트, API 테스트 파일 제거
1 parent 140487a commit 56e425d

16 files changed

Lines changed: 1892 additions & 3766 deletions

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,30 @@ AI 기반 모의면접 플랫폼 프론트엔드
2525

2626
\`\`\`
2727
app/
28-
workspace/
29-
interview/
30-
group/
31-
report/ # 그룹 리포트(컴포넌트, 훅, 상수, 타입)
32-
...
33-
components/ # 공통 UI, 알림 헤더 등
34-
hooks/ # 공통 커스텀 훅
35-
...
28+
workspace/
29+
interview/
30+
group/
31+
report/ # 그룹 리포트(컴포넌트, 훅, 상수, 타입)
32+
...
33+
components/ # 공통 UI, 알림 헤더 등
34+
hooks/ # 공통 커스텀 훅
35+
...
3636
\`\`\`
3737

3838
## 개발 및 실행
3939

4040
\`\`\`bash
41+
4142
# 의존성 설치
43+
4244
yarn install
4345

4446
# 개발 서버 실행
47+
4548
yarn dev
4649

4750
# 빌드
51+
4852
yarn build
4953
\`\`\`
5054

@@ -62,9 +66,3 @@ yarn build
6266
- 명확한 폴더/컴포넌트 분리, 상수/타입 일원화
6367

6468
---
65-
66-
## 참고
67-
68-
- v0.dev 기반 자동 배포/동기화
69-
- [v0.dev 프로젝트](https://v0.dev/chat/projects/2lKioSbdZiH)
70-
- [Vercel 배포](https://vercel.com/jpark0506s-projects/v0-ai-mock-interview-login)

0 commit comments

Comments
 (0)