Skip to content

quinteno/yharnam

Repository files navigation

Yharnam

🌘 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.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

DEPLOY

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=

About

A Nextjs, Prismic, and Shopify boilerplate. POC at the link below.

Topics

Resources

Stars

Watchers

Forks