This is a Next.js-based project that provides a modern and responsive UI for web applications. This website is an Ecommerce Demo project with a dashboard for managing products check repo : Clothify-Dashboard.
Follow these steps to get your project up and running.
- Node.js (>= 18.0)
- npm (or yarn)
git clone https://github.com/yourusername/your-dashboard.git
cd your-dashboard
npm install
# or
yarn install