diff --git a/README.md b/README.md index 95540b59..cf2a9eae 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@
- -

BEAT

- +
+ - + @@ -16,9 +15,15 @@ + +
+ +# BEAT +간편하게 소규모 공연을 등록하고 관리할 수 있는 티켓 예매 플랫폼 +
+
-

간편하게 소규모 공연을 등록하고 관리할 수 있는
티켓 예매 플랫폼

diff --git a/index.html b/index.html index 9635425f..7c90bbaf 100644 --- a/index.html +++ b/index.html @@ -6,15 +6,23 @@ + - + BEAT
+ diff --git a/public/BEAT.jpg b/public/BEAT.jpg deleted file mode 100644 index 5badfb3c..00000000 Binary files a/public/BEAT.jpg and /dev/null differ diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 00000000..8131188d --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,20 @@ +{ + "name": "BEAT", + "short_name": "BEAT", + "start_url": "/", + "display": "standalone", + "background_color": "#FFFFFF", + "theme_color": "#FF006B", + "icons": [ + { + "src": "/BEAT.svg", + "sizes": "192x192", + "type": "image/svg+xml" + }, + { + "src": "/BEAT.svg", + "sizes": "512x512", + "type": "image/svg+xml" + } + ] +} diff --git a/public/og_img.png b/public/og_img.png new file mode 100644 index 00000000..49d8184d Binary files /dev/null and b/public/og_img.png differ diff --git a/public/service-worker.js b/public/service-worker.js new file mode 100644 index 00000000..122eb129 --- /dev/null +++ b/public/service-worker.js @@ -0,0 +1 @@ +self.addEventListener("fetch", (e) => {});