Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 842 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 842 Bytes

gatsby-live-mdx

Dependencies Status Styled with prettier

The starter Gatsby template for live editing with mdx.

Install

Make sure that you have the Gatsby CLI program installed:

yarn global add gatsby-cli

And run from your CLI:

gatsby new gatsby-live-mdx-example https://github.com/xiaofan2406/gatsby-live-mdx

Then you can run it by:

cd gatsby-live-mdx-example
yarn dev

Deploy with surge

yarn deploy