Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rakannimer/gastby-plugin-mdx-issue-repro


https://github.com/rakannimer/gastby-plugin-mdx-issue-repro

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Gatsby Plugin MDX Issue repro

This starter build MDX support into the
[gatsby-default-starter](https://github.com/gatsbyjs/gatsby-starter-default). Its
README also applies here.

1. Create a new Gatsby site using this starter

```sh
gatsby new my-site https://github.com/ChristopherBiscardi/gatsby-starter-mdx-basic
```

2. Install dependencies

```sh
yarn
```

3. Run the develop script

```sh
yarn develop
```

4. Edit Page 2 in `src/pages/page-2.mdx`