Skip to content

CVImprover/cvimprover-frontend

Repository files navigation

CVAI Frontend

This is the frontend for the CVAI project, built with Next.js and Tailwind CSS.

Getting Started

To run this project locally, you’ll need to use either pnpm or npm.

⚠️ We recommend using pnpm for the smoothest experience.


📦 Install Dependencies

pnpm install

Run the Development Server

pnpm run dev

This will start the app at http://localhost:3000


Alternative: Using npm

If you prefer npm, you may run into peer dependency conflicts. Use this if needed:

npm install --legacy-peer-deps
npm run dev