This is the frontend for the CVAI project, built with Next.js and Tailwind CSS.
To run this project locally, you’ll need to use either pnpm or npm.
⚠️ We recommend usingpnpmfor the smoothest experience.
pnpm installpnpm run devThis will start the app at http://localhost:3000
If you prefer npm, you may run into peer dependency conflicts. Use this if needed:
npm install --legacy-peer-deps
npm run dev