- Gatsby CLI: Run
npm install -g gatsby-cli
git clone
the repocd
into the repo on your local machine- Run
npm install
- Run
gatsby develop
to start a development server - Run
npm run deploy
to 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.