X Tutup
The Wayback Machine - https://web.archive.org/web/20210118172101/https://github.com/gillkyle/egghead-using-mdx
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Egghead + MDX

Egghead Examples for Using MDX

This 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/.

🔧 Running locally

The site can be run locally on your own computer as well.

Clone the site, navigate into it, and start it up.

git clone https://github.com/gillkyle/egghead-using-mdx.git

cd 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

You can’t perform that action at this time.
X Tutup