Skip to content

Commit 0094460

Browse files
authored
v2 update (#50)
* chore: 프로젝트 설정 * feat: 메인 페이지 구현 * feat: 포스트페이지 추가 * feat: 스크롤 복원 기능 추가 * feat: Giscuss 추가 * feat: 애니메이션 추가 * feat: 해시태그 추가 * feat: 소개 페이지 추가 * feat: 모바일 반응형 추가 * feat: 다크모드 추가 * fix: 바텀탭 수정 * feat: StickyHeader 추가 * feat: SSG 및 메타데이터 적용 * feat: DockerFile 추가
1 parent 31bcd08 commit 0094460

197 files changed

Lines changed: 7545 additions & 12272 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(npm install:*)",
5+
"Bash(npx bun add:*)",
6+
"Bash(yarn add:*)"
7+
],
8+
"additionalDirectories": [
9+
"/Users/gimmingyu/Desktop/cobocho.dev/app/post/[category]"
10+
]
11+
}
12+
}

.eslintrc.json

Lines changed: 0 additions & 54 deletions
This file was deleted.

.gitignore

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
# dependencies
44
/node_modules
55
/.pnp
6-
.pnp.js
7-
.yarn/install-state.gz
6+
.pnp.*
7+
.yarn/*
8+
!.yarn/patches
9+
!.yarn/plugins
10+
!.yarn/releases
11+
!.yarn/versions
812

913
# testing
1014
/coverage
@@ -24,10 +28,10 @@
2428
npm-debug.log*
2529
yarn-debug.log*
2630
yarn-error.log*
31+
.pnpm-debug.log*
2732

28-
# local env files
29-
.env*.local
30-
.env
33+
# env files (can opt-in for committing if needed)
34+
.env*
3135

3236
# vercel
3337
.vercel
@@ -36,4 +40,4 @@ yarn-error.log*
3640
*.tsbuildinfo
3741
next-env.d.ts
3842

39-
*storybook.log
43+
.sisyphus

.prettierrc

Lines changed: 0 additions & 11 deletions
This file was deleted.

.storybook/main.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

.storybook/preview.tsx

Lines changed: 0 additions & 16 deletions
This file was deleted.
-142 KB
Binary file not shown.
-2.23 MB
Binary file not shown.
-42 KB
Binary file not shown.
-97.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)