Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcattori/remix-blog-mdx
https://github.com/pcattori/remix-blog-mdx
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pcattori/remix-blog-mdx
- Owner: pcattori
- Created: 2023-12-20T23:40:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T06:39:41.000Z (10 months ago)
- Last Synced: 2024-04-14T14:18:27.533Z (9 months ago)
- Language: TypeScript
- Size: 452 KB
- Stars: 89
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)
## 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
```