My default Gatsby setup. Includes rich MDX support.
This starter was extracted from an earlier iteration I completed while working
on Palette, Artsy’s design system. Check out the
docs site for a more full-featured example
(including some interesting live-coding capabilities) or the
source-code.
yarn start
yarn clean
yarn type-check
Please note that Yarn is required, as NPM may not install dependencies correctly, causing issues for development.
yarn build
Validation has been added via eslint-plugin-graphql
:
TODO: Figure out how to generate usable types for TypeScript withapollo-cli
.
gatsby-browser.js
: This file is where Gatsby expects to find any usagegatsby-config.js
: This is the main configuration file for a Gatsbygatsby-node.js
: This file is where Gatsby expects to find any usage ofgatsby-ssr.js
: This file is where Gatsby expects to find any usage of