Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pcattori/remix-blog-mdx


https://github.com/pcattori/remix-blog-mdx

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Remix 🤝 MDX

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

👉 [Live Demo](https://remix-blog-mdx.fly.dev)

Screenshot 2023-12-22 at 2 11 32 PM

## Setup

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

## Run

Spin up the Vite dev server:

```shellscript
npm run dev
```

Or build your app for production and run it:

```shellscript
npm run build
npm run start
```