Skip to content

SUP3RNOVA3/uikit

Repository files navigation

Shadcn UI Kit

A large collection of admin dashboards, website templates, UI components, and ready-to-use blocks. Save time and deliver projects faster.

This is a Next.js 15 project bootstrapped with create-next-app and React 19.

Installation

Follow these steps to get your project up and running locally:

  1. Clone the repository:

    git clone https://github.com/bundui/shadcn-ui-kit-dashboard.git
    cd shadcn-ui-kit-dashboard
  2. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install

    If you encounter any problems installing packages, try adding the --legacy-peer-deps or --force flag:

    npm install --legacy-peer-deps
  3. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  4. Open http://localhost:3000 in your browser to view the result.

  5. To edit the project, you can examine the files under the app folder and components folder.

Minimum system requirements

  • Node.js version 20 and above.

Note: If you experience problems with versions above Node.js v20, please replace with version v20.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors