Make sure your issue or feature doesn't have any related issue at react-date-range repo. If it didn't exist already, create an issue.
-
Fork the project, clone your local and create a new branch which named like
fix/{bug-description}
orfeature/{feature-description}
. -
Run
yarn
to install the dependencies. -
Run
yarn run dev
to start development server.
. Run yarn run test
and yarn run lint
for make sure tests passes and linter doesn't throw any error.
. Run yarn run build
compile the library and demo source.
. Push your changes and create a PR and apply code review decisions.