Remix 🤝 MDX
This template uses Vite to process MDX files in your Remix app.
👉 Live Demo
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