Get started with Sanity and Next.js

This project contains a minimal Next.js starter project to list pets on a page. It is used in the Getting started with Sanity guide.

Set up

To set up this project locally, you will need to have Node installed, then run:

npm install

After that, your dependencies are installed and you can start a development server:

npm run dev

Connect your content

To learn more about connecting your data to this starter project: