Hello World

Minimalist template of a Next.js website managed from Sanity.

Studio Overview

Running the project locally

npm run dev

Set up

1. Set up the environment

Copy .env.example and fill it up with your Sanity project variables:

cp .env.example .env

Alternatively, if you're deploying on Vercel, run the following:

vercel link
vercel env pull .env

2. Install dependencies

npm i