If you are planning a pull request with lot of changes, please add an issue to discuss your idea first!
The development environment is Node 7+.
To setup the repository:
$ git clone https://github.com/gpbl/react-day-picker.git
$ cd react-day-picker
$ yarnTests are written with jest. Please make sure your tests pass:
$ yarn test # run unit tests
$ yarn test -- --coverage # print test coverage reportIf files are not linted, they will not pass our CI:
$ yarn lint # make sure the code is linted
$ yarn dtslint # lint Typescript declaration