Skip to content

Commit

Permalink
test: Title, Button 스토리 추가 (#443)
Browse files Browse the repository at this point in the history
* build: ladle 추가

* test: `Title` 스토리

* test: `Button` 스토리

* docs: 컴포넌트 스토리 실행법 추가
  • Loading branch information
scarf005 authored Jun 10, 2023
1 parent b7cc168 commit 9f78bf2
Show file tree
Hide file tree
Showing 7 changed files with 2,452 additions and 19 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
- 실행
```jsx
cd backend
yarn
yarn dev
pnpm install
pnpm dev
```
**3. 프론트엔드**
Expand All @@ -96,8 +96,14 @@
```
- 실행
```jsx
npm install
npm start
pnpm install
pnpm dev
```
- 컴포넌트 스토리 [(ladle)](https://ladle.dev) 보기
```sh
pnpm install
pnpm ladle serve
```
## 📌 팀원소개
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@ladle/react": "^2.13.0",
"@sentry/react": "^7.53.0",
"@sentry/tracing": "^7.53.0",
"@testing-library/jest-dom": "^5.16.5",
Expand Down
Loading

0 comments on commit 9f78bf2

Please sign in to comment.