# install dependencies
npm i
# with v7 of NPM you may need to force install
npm i --legacy-peer-deps
# link your local project with variables env
vercel link
# run it at the root of project
npm start
Nextjs is runing at localhost:3000 and Sanity at localhost:3333.