Skip to content

Commit 3a4b4b9

Browse files
author
여찬규
committed
chore: commit all changes
1 parent 5a823a8 commit 3a4b4b9

36 files changed

Lines changed: 3935 additions & 3501 deletions

CLAUDE.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ pnpm format:check
3232
이 프로젝트는 **하이브리드 아키텍처**를 사용합니다:
3333

3434
1. **메인 프레젠테이션 (Vite 번들링)**
35-
- `index.html`: Reveal.js 컨테이너 + 24개 슬라이드의 `<section>` 태그
36-
- `src/presentation.js`: Reveal.js 초기화 및 포커스 관리 로직 (ESM, 번들링됨)
37-
- `src/reveal-custom.css`: Reveal.js 커스텀 스타일 (번들링됨)
35+
- `index.html`: Reveal.js 컨테이너 + 24개 슬라이드의 `<section>` 태그
36+
- `src/presentation.js`: Reveal.js 초기화 및 포커스 관리 로직 (ESM, 번들링됨)
37+
- `src/reveal-custom.css`: Reveal.js 커스텀 스타일 (번들링됨)
3838

3939
2. **개별 슬라이드 (정적 파일)**
40-
- `public/contents/1.html ~ 24.html`: 각 슬라이드의 독립적인 HTML
41-
- `public/css/common-style.css`: 슬라이드 공통 스타일 (반응형 포함)
42-
- 각 슬라이드는 `../css/common-style.css`를 직접 참조
40+
- `public/contents/1.html ~ 24.html`: 각 슬라이드의 독립적인 HTML
41+
- `public/css/common-style.css`: 슬라이드 공통 스타일 (반응형 포함)
42+
- 각 슬라이드는 `../css/common-style.css`를 직접 참조
4343

4444
3. **발표자 노트**
45-
- `index.html`의 각 `<section>` 내부에 `<aside class="notes">` 태그로 포함
46-
- Reveal.js의 speaker view (S 키)에서 표시됨
45+
- `index.html`의 각 `<section>` 내부에 `<aside class="notes">` 태그로 포함
46+
- Reveal.js의 speaker view (S 키)에서 표시됨
4747

4848
### 왜 이런 구조인가?
4949

@@ -81,8 +81,8 @@ dist/css/common-style.css
8181
### CSS 수정
8282

8383
- **슬라이드 공통 스타일**: `public/css/common-style.css` 수정
84-
- 반응형 브레이크포인트: 1024px, 768px, 640px
85-
- 애니메이션: fadeInUp, slideInLeft, slideInRight, scaleIn
84+
- 반응형 브레이크포인트: 1024px, 768px, 640px
85+
- 애니메이션: fadeInUp, slideInLeft, slideInRight, scaleIn
8686
- **Reveal.js 스타일**: `src/reveal-custom.css` 수정
8787

8888
### 포커스 관리

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>React 코어 딥다이브</title>
77
<link rel="icon" type="image/png" href="/favicon/image.png" />
88
</head>
9-
<body tabindex="-1">
9+
<body>
1010
<div class="reveal">
1111
<div class="slides">
1212
<!-- Slide 1 -->

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/chan9yu/react-core-deepdive"
1010
},
11-
"packageManager": "pnpm@10.20.0",
12-
"engines": {
13-
"node": ">=24.0.0",
14-
"pnpm": ">=10.0.0"
15-
},
11+
"packageManager": "pnpm@10.21.0",
1612
"scripts": {
1713
"dev": "vite",
1814
"build": "vite build",
135 KB
Loading
111 KB
Loading
39.5 KB
Loading
43.3 KB
Loading
43 KB
Loading
129 KB
Loading
1010 KB
Loading

0 commit comments

Comments
 (0)