https://github.com/rwieruch/gatsby-mdx-with-prismjs-bug
gatsby-mdx-with-prismjs-bug
https://github.com/rwieruch/gatsby-mdx-with-prismjs-bug
Last synced: 6 months ago
JSON representation
gatsby-mdx-with-prismjs-bug
- Host: GitHub
- URL: https://github.com/rwieruch/gatsby-mdx-with-prismjs-bug
- Owner: rwieruch
- License: mit
- Created: 2019-07-05T13:03:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T13:04:26.000Z (over 6 years ago)
- Last Synced: 2025-04-02T16:57:18.413Z (6 months ago)
- Language: CSS
- Size: 373 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatsby Starter MDX Basic
View this starter [live on Netlify](https://gatsby-starter-mdx-basic.netlify.com/)
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`