Skip to content

Commit 96b56c2

Browse files
authored
Update README.md
1 parent 7ac98c6 commit 96b56c2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,21 @@ You can find the demo at [here](https://react-tailwindcss-datepicker.vercel.app/
120120
> 👉 To discover the other possibilities offered by this library, you can consult the [full documentation](https://react-tailwindcss-datepicker.vercel.app/).
121121
122122

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+
123138
## Contributing
124139
Got ideas on how to make this better? Open an issue!
125140

0 commit comments

Comments
 (0)