This repo uses Node 22 and Yarn v1.
Install dependencies:
yarn installUse the correct Node version:
nvm useExport the Sanity values needed for local builds:
export SANITY_PROJECT_ID=loktgfyy
export SANITY_DATASET=production
export NEXT_PUBLIC_SITE_URL=http://localhost:3000Run the website locally:
yarn devOpen http://localhost:3000 with your browser to see the result.
Run the Sanity Studio locally:
cd studio
yarn devBuild everything from the repo root:
yarn build