Get Started
Quick start
- Use repo template
- Create Prismic repository, get API key
- Add PRISMIC_API_KEY and PRISMIC_REPO to a .env file
- Add .json content from files in src/schemas directory as their own Prismic Custom Types section
- Publish both a homepage and at least one page documents in Prismic
- 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.