Personal blog and portfolio website built with Next.js 15, React 19, Tailwind CSS v4, and Motion.
- Minimal one-page portfolio layout
- Blog support with MDX
- Responsive and accessible design
- Animated components powered by Motion-Primitives
- Dark/light mode support
git clone https://github.com/alexkev/blog.alexkev.com.git
cd blog.alexkev.com
npm install
npm run devOpen http://localhost:3000 with your browser to see the result.
npm run dev # Start development server
npm run build # Build for production
npm run start # Start production server
npm run lint # Run ESLintThis site can be deployed to any hosting platform that supports Next.js, such as Vercel, Netlify, or your own server.