A responsive website implementation of a 3D printing community platform using Next.js, TypeScript, and Tailwind CSS.
- Next.js 15
- TypeScript
- Tailwind CSS
- Lucide React Icons
npm install
npm run devnpm run dev # Development server
npm run build # Production build
npm run start # Production server
npm run lint # ESLintapp/
├── about/ # About page
├── products/ # Products page
├── page.tsx # Home
└── header.tsx # Header component
public/ # Static assets
types/ # TypeScript types
- Responsive design
- Type-safe TypeScript
- Optimized images
- Clean architecture
MIT