https://github.com/flaque/blog
https://github.com/flaque/blog
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flaque/blog
- Owner: Flaque
- License: mit
- Created: 2018-04-07T02:31:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T11:56:08.000Z (over 3 years ago)
- Last Synced: 2025-03-13T14:23:46.342Z (over 1 year ago)
- Language: JavaScript
- Size: 764 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
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`