diff --git a/.stylelintrc.json b/.stylelintrc.json
index e67f227e..e7750f1a 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -22,6 +22,7 @@
"noEmptyLineBetween": true,
"properties": [
"display",
+ "gap",
"justify-content",
"align-items",
"flex-direction",
@@ -30,6 +31,12 @@
"flex-grow",
"flex-shrink",
"flex-basis",
+ "grid-template-columns",
+ "grid-area",
+ "grid-template-rows",
+ "grid-column",
+ "grid-template-areas",
+ "grid-gap",
"position",
"top",
"right",
@@ -77,6 +84,8 @@
"border-style",
"background",
"background-color",
+ "background-position",
+ "background-size",
"color",
"font-style",
"font-weight",
diff --git a/README.md b/README.md
index ee635805..25cd5492 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,151 @@
-아루밍 비니 쩡우 도리 큐비들 사랑해~❤️
+
+
💌 Lecue 💌
+
+
![로고 대문 이미지](https://github.com/Team-Lecue/Lecue-Client/assets/65286685/f5211974-831b-4743-9948-345ec16fc196)
+
+
+
+
+## 💡서비스 소개
+다 함께 마음을 전해요. 최애를 위한 우리들의 롤링페이퍼, 레큐
+
+- 최애만을 위한 레큐북을 만들고 링크로 전달해요.
+- 각자의 마음을 담아 레큐노트를 작성해요.
+- 다 함께 레큐북을 꾸며요.
+
+
+
+## ✨ OUR TEAM
+
+|
|
|
|
|
+| :-------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------: |
+| [짱리드]아름
| 은빈
| 정우
| 도윤
|
+| [@Arooming](https://github.com/Arooming) | [@eunbeann](https://github.com/eunbeann) | [@jungwoo3490](https://github.com/jungwoo3490) | [@binllionaire](https://github.com/binllionaire) |
+
+
+
+
+ 🛠 기술스택
+
+
+
+| 역할 | 종류 |
+| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Library | ![React](https://img.shields.io/badge/React-61DAFB?style=for-the-badge&logo=React&logoColor=black) |
+| Programming Language | ![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=TypeScript&logoColor=white) |
+| Styling | ![Emotion](https://img.shields.io/badge/Emotion-000000?style=for-the-badge&logo=emotion&logoColor=white) |
+| Data Fetching | ![React Query](https://img.shields.io/badge/react--query-FF4154?style=for-the-badge&logo=react-query&logoColor=white) |
+| State Management | ![State Management](https://img.shields.io/badge/recoil-007af4?style=for-the-badge&logo=Recoil&logoColor=white) |
+| Formatting | ![ESLint](https://img.shields.io/badge/ESLint-4B3263?style=for-the-badge&logo=eslint&logoColor=white) ![Prettier](https://img.shields.io/badge/prettier-1A2C34?style=for-the-badge&logo=prettier&logoColor=F7BA3E) ![StyleLint](https://img.shields.io/badge/stylelint-E0EFEF?style=for-the-badge&logo=stylelint&logoColor=000) |
+| Package Manager | ![Yarn](https://img.shields.io/badge/Yarn-2C8EBB?style=for-the-badge&logo=yarn&logoColor=white) |
+| Version Control | ![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge&logo=git&logoColor=white) ![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white) |
+| Deployment | ![Vercel](https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white) |
+
+
+
+
+
+ 💡 주요 라이브러리
+
+```
+ "@emotion/react": "^11.11.3",
+ "@emotion/styled": "^11.11.0",
+ "axios": "^1.6.5",
+ "postcss": "^8.4.33",
+ "react-query": "^3.39.3",
+ "react-router-dom": "^6.21.1",
+ "vite-plugin-svgr": "^4.2.0"
+```
+
+
+
+ 📄 컨벤션 및 브랜치 전략
+🔽💌 큐비들 공간 💌🔽
+
+
+
+
+## 💻 Commit 컨벤션
+
+- 기본적인것 (feat, fix, chore, ..) 위주로만 지키기!
+
+| 제목 | 내용 |
+| ----------- | -------------------------------------------------------------------------------- |
+| init | 브랜치 첫 커밋 |
+| feat | 새로운 기능을 추가할 경우 |
+| style | 기능에 영향을 주지 않는 커밋, 코드 순서, css 등의 포맷에 관한 커밋 |
+| fix | 버그를 고친 경우 |
+| refactor | 코드 리팩토링에 대한 커밋 |
+| docs | 문서를 수정한 경우, 파일 삭제, 파일명 수정 등 |
+| chore | 빌드 테스트 업데이트, 패키지 매니저를 설정하는 경우, 주석 추가, 자잘한 문서 수정 |
+
+
+
+## 🎋 브랜치 전략
+- **`feature/페이지명`**
+ - feature/SelectPage (파스칼)
+- **`페이지명/#이슈번호-기능설명`**
+ - SelectPage/#3-select-custom (-로 연결)
+
+- 페이지명/이슈번호-기능설명 브랜치 ⇒ feature/페이지명으로 머지
+- feature/페이지명 완료 되면 ⇒ develop으로 머지
+- 중간 중간 develop ⇒ main 머지
+
+
+
+## 💒 브랜치 운영
+- **main**: 우리가 개발 최종시에 Merge를 하는 곳 ❗️
+- **develop** : 개발할때 Merge
+- **hotfix** : QA 시 수정사항 반영
+- **feature**: 기능을 개발하면서 각자가 사용할 브랜치
+- **test**: 개인 연습 브랜치
+
+
+
+ 📁 폴더 구조
+
+- 지역성의 원칙을 고려한 폴더구조
+- 한글 네이밍 가능
+
+```
+├── public 🗂 썸네일 이미지, 로고 이미지 저장
+├── .eslintrc.cjs ✨ 린트 설정
+├── .prettierrc.cjs ✨ 프리티어 설정
+├── package.json 📦 설치된 패키지를 관리하는 파일
+└── src
+ ├── App.tsx ✡️ 앱의 라우팅과 글로벌 스타일 지정
+ │
+ ├── main.tsx
+ │
+ ├── Router.tsx ✡️ 라우터 설정
+ │
+ ├── assets
+ │ ├── icon 🖼 이미지 파일들 저장
+ │ ├── └── svgs 🌁 svg 파일들 저장
+ │
+ ├── components 🗂 공통 컴포넌트들 저장
+ │ └── Modal.tsx
+ │
+ ├── Login 🗂 각 기능 별 폴더 생성
+ │ ├── pages 🗂 라우팅 시 보여질 페이지 컴포넌트 저장
+ │ │ └── LoginPage.tsx
+ │ ├── components 🗂 해당 기능을 구현하는데 필요한 컴포넌트 저장
+ │ │ ├── LoginFooter.tsx
+ │ │ ├── LoginCallback.tsx
+ │ │ └── LoginHome.tsx
+ │ │
+ │ └── constants 🗂 상수 파일 저장
+ │
+ ├── styles 🗂 전역 스타일 관련 파일들 저장
+ │ ├── GlobalStyle.ts
+ │ └── theme.ts
+ │
+ ├── utils 🗂 util 함수 관련 파일들 저장
+ │
+ ├── libs 🗂 라이브러리리 관련 파일 저장
+ │ ├── hooks 🗂 커스텀 훅 저장
+ │ ├── api.ts
+ │
+```
+
+
diff --git a/index.html b/index.html
index 2f69458c..61d50fb4 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,7 @@
+