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.
Follow these steps to get your project up and running locally:
-
Clone the repository:
git clone https://github.com/bundui/shadcn-ui-kit-dashboard.git cd shadcn-ui-kit-dashboard -
Install dependencies:
npm install # or yarn install # or pnpm install
If you encounter any problems installing packages, try adding the
--legacy-peer-depsor--forceflag:npm install --legacy-peer-deps
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev
-
Open http://localhost:3000 in your browser to view the result.
-
To edit the project, you can examine the files under the app folder and components folder.
- Node.js version 20 and above.
Note: If you experience problems with versions above Node.js v20, please replace with version v20.