Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 1.77 KB

README.md

File metadata and controls

71 lines (56 loc) · 1.77 KB

shadcnui-addon

Project Overview

The shadcnui-addon is an extension of the shadcn/ui component library, offering additional free and customizable components to enhance your projects. Built with Next.js and TypeScript, this library aims to provide developers with ready-to-use components that can be easily integrated into applications. (github.com)

Installation Instructions

To set up the project locally:

  1. Clone the Repository:

    git clone https://github.com/AmruthLP12/shadcnui-addon.git
    cd shadcnui-addon
  2. Install Dependencies: Depending on your package manager, run one of the following commands:

    • Using npm:
      npm install
    • Using yarn:
      yarn install
    • Using pnpm:
      pnpm install
    • Using bun:
      bun install
  3. Start the Development Server: Depending on your package manager, run one of the following commands:

    • Using npm:
      npm run dev
    • Using yarn:
      yarn dev
    • Using pnpm:
      pnpm dev
    • Using bun:
      bun dev

    Open your browser and navigate to http://localhost:3000 to view the application.

Technologies Used

  • Next.js
  • TypeScript
  • Tailwind CSS
  • Radix UI

Contributing

Contributions are welcome! If you have suggestions for new components, improvements, or bug fixes, please open an issue or submit a pull request. For major changes, it's recommended to discuss them first to ensure alignment with the project's goals.

License

This project is licensed under the MIT License.