Skip to content

Commit

Permalink
docs : README 내용 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
xy-jxn committed Jan 15, 2025
1 parent a89a7cd commit 3178c4d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# Daesupeee Bro
**Front-End** : 주여진, 정하진, 전선우

# Commit Message Rule
| 타입 | 설명 |
|------------|----------------------------------------------------------------------|
| **feat** | 새로운 기능 추가 |
| **fix** | 버그 수정 |
| **style** | 코드 스타일 변경 (기능에 영향 없음, 예: 공백, 포맷팅 수정) |
| **refactor** | 코드 리팩토링 (기능 변경 없음) |
| **test** | 테스트 코드 추가 또는 수정 |
| **chore** | 기타 작업 (빌드 설정, 패키지 업데이트 등) |
| **docs** | 문서 작업 (예: README.md 수정)

# Packages used
- **react-router-dom**
- **styled-components**

0 comments on commit 3178c4d

Please sign in to comment.