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.
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
To learn more about connecting your data to this starter project: