Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gillkyle/egghead-using-mdx
Short examples for using MDX
https://github.com/gillkyle/egghead-using-mdx
egghead mdx tutorials
Last synced: 16 days ago
JSON representation
Short examples for using MDX
- Host: GitHub
- URL: https://github.com/gillkyle/egghead-using-mdx
- Owner: gillkyle
- License: mit
- Created: 2020-02-21T21:58:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:57:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T16:12:32.121Z (27 days ago)
- Topics: egghead, mdx, tutorials
- Language: CSS
- Homepage: https://egghead.io/playlists/using-components-in-markdown-with-mdx-5de0?af=z9q2z
- Size: 5.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Egghead Examples for Using MDXThis repository demonstrates how to install, configure, and use MDX. This repository uses a Gatsby site though the principles for application are relevant for any React app using MDX.
## 💫 Live Example Site
This example site can be seen live at [http://egghead-using-mdx.surge.sh/](http://egghead-using-mdx.surge.sh/).
## 🔧 Running locally
The site can be run locally on your own computer as well.
Clone the site, navigate into it, and start it up.
```shell
git clone https://github.com/gillkyle/egghead-using-mdx.gitcd egghead-using-mdx
npm install
gatsby develop
```The site is now running at `http://localhost:8000`, you can see the MDX example page at `http://localhost:8000/my-first-post`