Skip to content

jared-luke/prismic-gatsby-coffee-sample

 
 

Repository files navigation

Integrating Prismic data sources in Gatsby

Example website demo that shows how to use the new Gatsby plugin for Prismic. You will require to have GraphQL enabled in your repository if you wish to use it once it's widely available.

It showcases how a website for a coffee store could be designed and built, as well as the techniques you will have to use to generate pages dynamically when using a Prismic repository as a data source, while also being able to use the preview and release features.

Based on the gatsby default starter and uses the gatsby-source-prismic-graphql plugin for creating pages that can be drafted and previewed. Refer to its documentation for more details on how to use it.

A deployment demo is available in Netlify: https://gatsby-coffee-demo.netlify.com/

Running locally

gatsby develop

Building

gatsby build

Serving built folder

gatsby serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.1%
  • CSS 46.9%