Skip to content

Commit

Permalink
Merge branch 'main' into 457-refactor-메인페이지-리팩토링-및-레이아웃-수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kangminguu authored Jan 4, 2025
2 parents c58c6de + 04f8986 commit 06090bf
Show file tree
Hide file tree
Showing 65 changed files with 5,405 additions and 794 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.pnp.loader.mjs linguist-vendored
vite_cache/* linguist-vendored
.yarn/* linguist-vendored
stats.html linguist-vendored
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PR Build Check
on:
pull_request:
branches:
- develope
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: deploy aws
on:
push:
branches:
- develope
- main

jobs:
deploy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run lighthouse

on:
pull_request:
branches: develope
branches: main
push:
branches: develope
branches: main

jobs:
lighthouse:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Chromatic Deployment'

on:
pull_request:
branches: develope
branches: main
paths:
- '**.stories.tsx'
push:
Expand Down Expand Up @@ -39,3 +39,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
message: '🚀 **storybook**: ${{ steps.publish_chromatic.outputs.storybookUrl }}'
comment_tag: storybook
mode: upsert
39 changes: 39 additions & 0 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![image](https://github.com/user-attachments/assets/618e1553-ed54-41d3-ad09-889741eea17a)

# 🫙Bottler(보틀러)
# Bottler(보틀러)

- 보틀러는 **유리병에 담긴 익명 편지**를 주고받으며 자신의 이야기를 공유할 수 있는 서비스입니다.
- **아날로그 편지의 설렘을 온라인으로 재해석**해서 사용자가 자신의 감정을 담아 특별한 순간을 공유할 수 있는 경험을 제공하는 서비스입니다.
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/sample_icon.svg" />
<link rel="preconnect" href="https://www.bottler.store" />
<link rel="dns-prefetch" href="https://www.bottler.store" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="/manifest.json" />
<title>Bottler</title>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"lint-staged": "^15.2.10",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.13.1",
"storybook": "8.4.4",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
Expand Down
Binary file removed public/fonts/BagelFatOne-Regular.ttf
Binary file not shown.
Binary file added public/fonts/BagelFatOne-Regular.woff
Binary file not shown.
Binary file removed public/fonts/CookieRun Regular.ttf
Binary file not shown.
Binary file added public/fonts/CookieRun-Regular.woff
Binary file not shown.
Binary file removed public/fonts/Inter-VariableFont_opsz,wght.ttf
Binary file not shown.
Binary file added public/fonts/Inter-VariableFont_opsz_wght.woff
Binary file not shown.
Binary file added public/fonts/Pretendard-Regular.subset.woff2
Binary file not shown.
Binary file removed public/fonts/PyeongChangPeace-Light.ttf
Binary file not shown.
Binary file added public/fonts/PyeongChangPeace-Light.woff
Binary file not shown.
Binary file removed public/fonts/Sagak-sagak.ttf
Binary file not shown.
Binary file added public/fonts/Sagak-sagak.woff
Binary file not shown.
86 changes: 0 additions & 86 deletions public/letter1/letter1.svg

This file was deleted.

Loading

0 comments on commit 06090bf

Please sign in to comment.