Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/prettier

The 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
```