Example website demo that shows how to use NextJS with Prismic.
This sample is introducing Integration Fields a Prismic feature, here is the JSON file we use to simulate an API
Prismic allows you to feature products in your website & campaign pages by connecting Prismic to your existing catalog or custom API
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 feature.
Based on the NextJS default starter and uses the prismic-javascript . Refer to its documentation for more details on how to use it.
npm intall
npm run dev
npm run build
npm start