Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 548 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 548 Bytes

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