### Install Project Dependencies Source: https://github.com/maliksidk19/shadcn-datetime-picker/blob/main/README.md Installs all necessary project dependencies using npm. This is a prerequisite for running the development server or building the project. ```bash npm install ``` -------------------------------- ### Start Development Server Source: https://github.com/maliksidk19/shadcn-datetime-picker/blob/main/README.md Starts the development server to allow for local testing and development of the datetime picker component. This command typically watches for file changes and enables hot-reloading. ```bash npm start ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.