Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 564 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 564 Bytes

Pickr - Datepicker

Custom datepicker component with presets for react applications.

Getting Started

To get the project running on local, do the following:

Install dependencies

Run the command yarn to install depenedencies. Or npm install if you prefer npm.

Start Storybook

Run the command yarn start. This will open storybook in development mode on port 6006.
Open http://localhost:6006/ to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.