Skip to content

Commit ca725e1

Browse files
authored
Merge pull request #190 from imaginer-dev/54-캘린더에서-빈-일정을-표시해줄-수-있어야-한다
54 캘린더에서 빈 일정을 표시해줄 수 있어야 한다
2 parents ad30b7d + 767c264 commit ca725e1

File tree

10 files changed

+8543
-7047
lines changed

10 files changed

+8543
-7047
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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"@testing-library/react": "^15.0.5",
5252
"@testing-library/user-event": "^14.5.2",
5353
"@types/node": "^20.12.7",
54+
"@types/randomcolor": "^0.5.9",
5455
"@types/react": "^18.2.66",
5556
"@types/react-dom": "^18.2.22",
5657
"@typescript-eslint/eslint-plugin": "^7.2.0",

0 commit comments

Comments
 (0)