Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 379 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 379 Bytes

Client Next js

How to get started

npm i
npm run dev
open http://localhost:3000

.env

If you change to run the CMS from the production dataset you need to add a .env.local

SANITY_READ_DATA_TOKEN=<your token/found in last pass>
SANITY_API_TOKEN=<your token/found in last pass>
SANITY_PREVIEW_SECRET=<your token/found in last pass>