Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChristopherBiscardi/gatsby-starter-mdx-basic
A minimal gatsby-mdx starter that only tries to set up config to work in src/pages.
https://github.com/ChristopherBiscardi/gatsby-starter-mdx-basic
Last synced: 1 day ago
JSON representation
A minimal gatsby-mdx starter that only tries to set up config to work in src/pages.
- Host: GitHub
- URL: https://github.com/ChristopherBiscardi/gatsby-starter-mdx-basic
- Owner: ChristopherBiscardi
- License: mit
- Archived: true
- Created: 2018-12-14T03:43:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T10:37:06.000Z (over 4 years ago)
- Last Synced: 2024-08-04T01:09:57.904Z (4 months ago)
- Language: CSS
- Homepage: https://gatsby-starter-mdx-basic.netlify.com/
- Size: 450 KB
- Stars: 53
- Watchers: 3
- Forks: 44
- 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`