Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rakannimer/gastby-plugin-mdx-issue-repro
- Owner: rakannimer
- License: mit
- Created: 2019-09-27T13:44:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:06:34.000Z (over 1 year ago)
- Last Synced: 2024-04-09T11:29:19.622Z (7 months ago)
- Language: CSS
- Size: 1.33 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`