Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 252 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 252 Bytes

Example Vite + MDX + Preact.

To run it:

git clone [email protected]:brillout/vite-plugin-mdx
cd vite-plugin-mdx/examples/preact/
yarn start

If you don't have yarn v1 installed yet:

npm install --global yarn