thdomingues-dev / get-started-sanity-nextjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About


Languages

Language:JavaScript 98.3%Language:CSS 1.7%