Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A minimal gatsby-mdx starter that only tries to set up config to work in src/pages.

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`