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
{{ message }}
This repository was archived by the owner on May 19, 2025. It is now read-only.
Make sure your issue or feature doesn't have any related issue at [react-date-range repo](https://github.com/Adphorus/react-date-range/issues). If it didn't exist already, create an issue.
4
+
5
+
## Getting Started
6
+
7
+
1. First install [Node.js](https://nodejs.org/en/download) and [Yarn](https://yarnpkg.com/lang/en/).
8
+
9
+
2. Fork the project, clone your local and create a new branch which named like `fix/{bug-description}` or `feature/{feature-description}`.
10
+
11
+
3. Run `yarn` to install the dependencies.
12
+
13
+
4. Run `yarn dev` to start development server.
14
+
15
+
## Building
16
+
17
+
. Run `run test` and `run lint` for make sure tests passes and linter doesn't throw any error.
18
+
19
+
. Run `yarn build` compile the library and demo source.
20
+
21
+
. Push your changes and create a PR and apply code review decisions.
0 commit comments