From 8da9824ba66bc7cf0bc62cbcba863861d95b6477 Mon Sep 17 00:00:00 2001 From: CodyMan0 Date: Sun, 21 Jan 2024 11:29:19 +0900 Subject: [PATCH] =?UTF-8?q?:memo:=20=20=EB=B0=B0=ED=8F=AC=20url=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 9724b38d..13d1d2d1 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ # dnd-10th-3-frontend + +## 배포 주소 + +서비스 배포 URL: https://dontworry-3th.vercel.app/ +Storybook 배포 URL: https://main--65a6c73d536a3c43b7c5c9bb.chromatic.com/ + +## 로컬 서버 실행 커맨드 + +```sh +yarn install ## 패키지 설치 +yarn run dev # 로컬에서 개발 서버 실행 +yarn run storybook # 로컬에서 스토리북 실행 +```