Unable to understand how to run the project in development mode #2478
-
I cloned this repo, looked into package.json. Am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @AbhinavJuyal, Thanks for your feedback. Indeed, we are missing the development docs that were present in the previous version. If you use Visual Studio Code, open the react-day-picker.code-workspace to set up the development environment. This workspace includes:
DayPicker development is test-driven. Change code and run the tests via If you are not using Visual Studio Code, here are some useful scripts:
Looking forward to know more about your experience hacking DayPicker 👀 |
Beta Was this translation helpful? Give feedback.
-
Please see https://daypicker.dev/development/contributing#working-with-the-source-code for the latest development docs. Thanks! |
Beta Was this translation helpful? Give feedback.
Please see https://daypicker.dev/development/contributing#working-with-the-source-code for the latest development docs. Thanks!