⚠️ Themasterbranch is for the upcoming v8 release. Switch to thev7branch to send updates for the v7 version.
You are welcome to join the other contributors and help improving react-day-picker!
The upcoming majore release is a Typescript rewrite. Checkout the v8 project to see what's left to do.
- The repository is using workspaces with yarn v2
- There are two workspaces, one for the website and one for the package
- Website is built with docusaurus
- The Node.js version we use is
^12.0
git clone https://github.com/gpbl/react-day-picker.git
cd react-day-picker
yarn installBuild the package and website in watch mode:
yarn develop- add tests and make sure they pass:
yarn test - make sure your files are linted:
yarn lint