- Gatsby CLI: Run
npm install -g gatsby-cli
git clonethe repocdinto the repo on your local machine- Run
npm install - Run
gatsby developto start a development server - Run
npm run deployto deploy a new version of the site to GitHub Pages
Edit the .mdx files in the mdx directory. Pages that depend on data from .mdx files will send a GraphQL query at build time to pass in to the <MDXRenderer> component. See https://gatsby-mdx.netlify.com/ for more information.