Skip to content

Commit 5981e62

Browse files
committed
refactor: dev 브랜치 병합
1 parent 5aae590 commit 5981e62

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,28 @@
3232
![image](https://github.com/imaginer-dev/DateLeaf/assets/81802112/3cd4ee87-e28a-49d1-81ba-cef8bd8c46b7)
3333

3434
## HOW TO USE
35+
3536
### Development
37+
3638
Date Leaf를 사용하여 개발하기 위해서는 Node.js가 필요합니다.
37-
* run:
39+
40+
- run:
3841
```
3942
pnpm install
4043
pnpm run dev
4144
```
42-
* to run the tests:
45+
- to run the tests:
46+
4347
```
4448
pnpm run test
4549
```
4650

47-
* to run the tests in the UI storybook:
51+
- to run the tests in the UI storybook:
4852
```
4953
pnpm run storybook
5054
```
51-
### Contributions
5255

56+
### Contributions
5357

5458
## OUR CHALLENGE
5559

0 commit comments

Comments
 (0)