-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
075f8ea
commit 4f61f2f
Showing
3 changed files
with
309 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,14 @@ A React based date range picker. | |
|
||
## React Version | ||
|
||
As of version 1.0.0, the react-daterange-picker component supports React 0.14. At this time React 0.15 is not supported. | ||
React 0.14, 15, and 16 are all supported in the latest version of react-daterange-picker. | ||
|
||
If you wish to user an older version of React, please use react-daterange-picker v0.12.x or below. | ||
|
||
## Change Log | ||
|
||
All change log information is available within the project's [releases](https://github.com/onefinestay/react-daterange-picker/releases). | ||
|
||
## Contribute | ||
|
||
Please feel to contribute to this project by making pull requests. You can see a | ||
|
@@ -43,12 +47,11 @@ If you have been added as a project contributor and wish to publish a new releas | |
Once you have the repository cloned run the following commands to get started: | ||
|
||
```shell | ||
npm install [email protected] [email protected] | ||
npm install | ||
npm run develop | ||
``` | ||
|
||
This will start a local server at `http://localhost:9989` where you can see the | ||
example page. It will also watch for any files changes and rebuild. | ||
To update the compiled files in dist run `npm run build-dist-js`, and you can | ||
lint the code with `npm run lint`. | ||
lint the code with `npm run lint`. |
Oops, something went wrong.