https://github.com/flaque/blog
https://github.com/flaque/blog
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flaque/blog
- Owner: Flaque
- License: mit
- Created: 2018-04-07T02:31:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T11:56:08.000Z (over 2 years ago)
- Last Synced: 2025-01-20T10:13:59.451Z (4 months ago)
- Language: JavaScript
- Size: 764 KB
- Stars: 1
- Watchers: 2
- 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`