Quick start

  1. Use repo template
  2. Create Prismic repository, get API key
  3. Add PRISMIC_API_KEY and PRISMIC_REPO to a .env file
  4. Add .json content from files in src/schemas directory as their own Prismic Custom Types section
  5. Publish both a homepage and at least one page documents in Prismic
  6. Customize the gatsby-config.js file with your project details
cd john-prismic-gatsby-starter
yarn start

Dive in

Customize everything in the src/style/base-styles.js and src/style/theme.js files.