MDX Component Showcase

Jan 1, 2024

|

3 min read

This portfolio uses MDX with callouts, steps, code blocks, and framed images.

Terminal-style commands

bun add
npm run dev

Interactive guides

Ensure you have Node.js v18+ installed.

Clone the repository and install dependencies.

Create a .env.local file in the root directory.

Callouts

Code blocks

Syntax highlighting is applied automatically.

const greeting = "Hello, World!";
console.log(greeting);