This guide is meant to get your up in running in about 5 minutes, with a quick rundown of the codebase to follow.


Things you’ll need:

  1. Sanity account
  2. Vercel account (for live deployment)
  3. Shopify store with admin access (if ecomm integration)

Install Dependencies

  1. Make sure your node version is current
$ node --version
> v22.13.0
  1. Install the Sanity CLI
npm install --global sanity@latest

Install the repo boilerplate