Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varya/gatsby-webiste-with-mdx
https://github.com/varya/gatsby-webiste-with-mdx
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/varya/gatsby-webiste-with-mdx
- Owner: varya
- License: mit
- Created: 2020-02-08T08:55:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T08:03:51.000Z (about 2 years ago)
- Last Synced: 2024-11-05T11:52:25.012Z (about 2 months ago)
- Language: JavaScript
- Size: 35.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
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`