example-project.mdx
2024-01-15

Example Project

A sample project to demonstrate the MDX-based project system.

REACTTYPESCRIPT

Overview

This is a sample project page. Replace this with your own content.

How it works

Each project is an .mdx file in content/projects/. The frontmatter defines the metadata shown on the project card, and the body is rendered as the project page content.

To add interactive components, create a React component and import it dynamically in your MDX or in this page template.