### Install dependencies with bun (bash) Source: https://github.com/lumpinif/shadcn-resize-sidebar/blob/main/README.md Installs project dependencies using the bun package manager. ```bash bun install ``` -------------------------------- ### Run development server with bun (bash) Source: https://github.com/lumpinif/shadcn-resize-sidebar/blob/main/README.md Starts the development server for the Next.js application using bun. ```bash bun dev ``` -------------------------------- ### Clone the repository (bash) Source: https://github.com/lumpinif/shadcn-resize-sidebar/blob/main/README.md Clones the project repository from GitHub and changes the current directory into the cloned repository. ```bash git clone https://github.com/lumpinif/drag-to-resize-sidebar.git cd drag-to-resize-sidebar ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.