This is a portfolio website built with NextJs and MDX. It uses the @next/mdx
package to render MDX content in NextJs pages.
To get started with this project, you can clone the repository and install the dependencies:
git clone
cd next-mdx-portfolio
npm install
Once the dependencies are installed, you can run the development server:
npm run dev
The development server will start at http://localhost:3000.
To deploy this project, you can use Vercel. You can link your GitHub repository to Vercel and deploy the project with a single click.
This portfolio website is a great example of how you can use NextJs and MDX to build a modern website with dynamic content. By combining the power of NextJs and MDX, you can create interactive and engaging websites that are easy to maintain and update.