We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aae590 commit 5981e62Copy full SHA for 5981e62
README.md
@@ -32,24 +32,28 @@
32

33
34
## HOW TO USE
35
+
36
### Development
37
38
Date Leaf를 사용하여 개발하기 위해서는 Node.js가 필요합니다.
-* run:
39
40
+- run:
41
```
42
pnpm install
43
pnpm run dev
44
-* to run the tests:
45
+- to run the tests:
46
47
48
pnpm run test
49
50
-* to run the tests in the UI storybook:
51
+- to run the tests in the UI storybook:
52
53
pnpm run storybook
54
-### Contributions
55
56
+### Contributions
57
58
## OUR CHALLENGE
59
0 commit comments