This is a template for new projects using Next.js with embedded Sanity integration and Sanity Studio
on the /studio
route.
- Live previews using
next-sanity
- Customized Sanity Desk Tool
# Install dependencies
pnpm install
# Create a Sanity project ID and dataset and write to `.env.local`
pnpm exec sanity init --env .env.local
# Start development server
pnpm dev