Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisuehlinger/portfolio-gatsby
https://github.com/chrisuehlinger/portfolio-gatsby
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisuehlinger/portfolio-gatsby
- Owner: chrisuehlinger
- License: mit
- Created: 2020-07-28T21:17:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T03:17:11.000Z (almost 2 years ago)
- Last Synced: 2023-03-29T00:47:56.653Z (almost 2 years ago)
- Language: JavaScript
- Size: 46.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 16
-
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`