You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,21 @@ You can find the demo at [here](https://react-tailwindcss-datepicker.vercel.app/
120
120
> 👉 To discover the other possibilities offered by this library, you can consult the [full documentation](https://react-tailwindcss-datepicker.vercel.app/).
121
121
122
122
123
+
## PlayGround
124
+
125
+
Clone the `master` branch and run commands:
126
+
127
+
```sh
128
+
# Using npm
129
+
npm install && npm dev
130
+
131
+
# Using yarn
132
+
yarn install && yarn dev
133
+
134
+
```
135
+
136
+
Open a browser and navigate to `http://localhost:8888`
137
+
123
138
## Contributing
124
139
Got ideas on how to make this better? Open an issue!
0 commit comments