This is my personal portfolio website built with Next.js 14, Tailwind CSS, next-mdx-remote, MDX Blog.
- Next.js 14
- Tailwind CSS
- next-mdx-remote
- MDX Blog
- Responsive Design (Mobile-first): Your portfolio adapts gracefully to any screen size, ensuring optimal viewing on all devices.
- Dark Mode Support: Provide a visually comfortable experience with Tailwind CSS's built-in dark mode capabilities.
- Blogging with MDX: Share your insights and projects in a compelling way using MDX's blend of Markdown and React components.
- Fast, Server-side Rendering (Next.js 14): Benefit from Next.js 14's performance enhancements for both SEO and user experience.
- Clone the repository:
git clone https://github.com/vadimghedreutan/portfolio-2023.git
- Install the dependencies:
cd personal-portfolio
pnpm install
- Start the development server:
pnpm dev
#or
npm run dev
# or
yarn dev
The site will be available at http://localhost:3000.
The easiest way to deploy this project is to use Vercel and connect it to your GitHub repository. Alternatively, you can build the project with pnpm build
and deploy the contents of the out directory to your desired hosting platform.