A Nextjs, Prismic, and Shopify boilerplate
🌘 This is a Nextjs v9.5.4 starter project with Prismic & Shopify (enabled via Prismic integration fields). Note this is just a POC of product, blogging, and cart functionality and should be adapted to your own needs.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
This project is set up specifically to run on Vercel, so you need vercel cli
npm i vercel -g
Set up your vercel environment variables (.env.local
for development):
NEXT_PUBLIC_PRISMIC_ACCESS_TOKEN=
NEXT_PUBLIC_PRISMIC_REPO=
NEXT_PUBLIC_SHOPIFY_ACCESS_TOKEN=
NEXT_PUBLIC_SHOPIFY_STORE_NAME=