I downloaded the zip, its just 34mb
- Project Details:
- Next.js 13.5.1 application
- Using Tailwind CSS for styling
- Custom components with shadcn/ui
- Client-side features like react-countup for animations
- Dynamic image loading from Unsplash
- Multiple pages (/, /promo-flat)
- Technical Specifications:
- TypeScript-based project
- Uses client-side components (marked with ‘use client’)
- Custom animations and gradients
- Responsive design with mobile-first approach
- External dependencies like lucide-react for icons
- Build Configuration:
- next.config.js has ESLint checks disabled during build
- Images are set to unoptimized mode
- Using SWC for compilation
- Package.json Details:
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"dependencies": {
"next": "13.5.1",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}
- Error Context:
- Attempted to deploy to Netlify
- Build process failed
- Using default Next.js build command:
next build
- Environment:
- Development environment: Node.js
- Build tool: Next.js built-in builder
- Static export settings: Not configured