Skip to content

Commit 6b074d0

Browse files
authored
Update README.md
1 parent abb7573 commit 6b074d0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

โ€ŽREADME.mdโ€Ž

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,26 @@
2929

3030
![image](https://github.com/imaginer-dev/DateLeaf/assets/81802112/3cd4ee87-e28a-49d1-81ba-cef8bd8c46b7)
3131

32+
## HOW TO USE
33+
### Development
34+
Date Leaf๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๊ฐœ๋ฐœํ•˜๊ธฐ ์œ„ํ•ด์„œ๋Š” Node.js๊ฐ€ ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.
35+
* run:
36+
```
37+
pnpm install
38+
pnpm run dev
39+
```
40+
* to run the tests:
41+
```
42+
pnpm run test
43+
```
44+
45+
* to run the tests in the UI storybook:
46+
```
47+
pnpm run storybook
48+
```
49+
### Contributions
50+
51+
3252
## OUR CHALLENGE
3353

3454
## WHO WE ARE

0 commit comments

Comments
ย (0)