Content Studio

Run the CMS separately while developing.

The website is ready to consume Sanity content, but the Sanity Studio app lives in thesanity folder and should run as its own dev server.

cd sanity
npm run dev

That usually opens Sanity Studio on http://localhost:3333. The main website should be viewed through the Next dev server.