Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaofan2406/gatsby-live-mdx
Gatsby with react-live and mdx starter
https://github.com/xiaofan2406/gatsby-live-mdx
Last synced: about 1 month ago
JSON representation
Gatsby with react-live and mdx starter
- Host: GitHub
- URL: https://github.com/xiaofan2406/gatsby-live-mdx
- Owner: xiaofan2406
- License: mit
- Created: 2018-09-10T13:35:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T04:13:39.000Z (over 2 years ago)
- Last Synced: 2024-04-12T07:02:38.962Z (10 months ago)
- Language: JavaScript
- Homepage: http://gatsby-live-mdx.surge.sh
- Size: 1.29 MB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-live-mdx
[![Dependencies Status][dependencies-badge]][dependencies] [![Styled with prettier][prettier-badge]][prettier]
[dependencies-badge]: https://img.shields.io/david/xiaofan2406/gatsby-live-mdx.svg?style=flat-square
[dependencies]: https://david-dm.org/xiaofan2406/gatsby-live-mdx
[prettier-badge]: https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square
[prettier]: https://github.com/prettier/prettierThe starter Gatsby template for live editing with mdx.
## Install
Make sure that you have the Gatsby CLI program installed:
```sh
yarn global add gatsby-cli
```And run from your CLI:
```sh
gatsby new gatsby-live-mdx-example https://github.com/xiaofan2406/gatsby-live-mdx
```Then you can run it by:
```sh
cd gatsby-live-mdx-example
yarn dev
```## Deploy with surge
```sh
yarn deploy
```