Skip to content

pcattori/remix-blog-mdx

Repository files navigation

Remix 🤝 MDX

This template uses Vite to process MDX files in your Remix app.

👉 Live Demo

Screenshot 2023-12-22 at 2 11 32 PM

Setup

npx create-remix@latest --template pcattori/remix-blog-mdx

Run

Spin up the Vite dev server:

npm run dev

Or build your app for production and run it:

npm run build
npm run start