From 41ce16edaa415004f495a48da784981c2b243f5a Mon Sep 17 00:00:00 2001 From: TaegeonKim <61930500+Taegon21@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:12:15 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 055e6f7..9b6eee7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,24 @@ -This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). +# DevRoom Client + +### ✏️ Commit Convention + + +✨ :sparkles: → 새기능 +💄 :lipstick: → UI스타일 수정 +♻️ :recycle: → 코드 리팩토링 +🐛 :bug: → 버그 +📝 :memo: → 문서 관련 (리드미, 깃이그노어) +➕ :heavy_plus_sign: → 의존성 추가 +➖ :heavy_minus_sign: → 의존성 제거 +🎨 :art: → 폴더 구조 변경( 파일 이름 변경, 리소스 변경 등) +🔀 :twisted_rightwards_arrows: → 머지 +⏪ :rewind: → 리버트 + + + ## Getting Started +This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). First, run the development server: