The starter Gatsby template for live editing with mdx.
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
yarn deploy