Clone the repository, then:
npm install
npm run devOpen http://localhost:3000. Production build: npm run build then npm start.
| Area | Stack |
|---|---|
| Framework | Next.js (App Router) |
| Language | TypeScript |
| UI | React |
| Styling | Tailwind CSS + project CSS (src/styles/minimalist.css) |
| Utilities | clsx, tailwind-merge |
| Animation | GSAP |
| Smooth scroll | Lenis (lenis/react) |
| 3D / WebGL | Three.js (shader background canvas) |
| Linting | ESLint + eslint-config-next |