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:
- Sanity account
- Vercel account (for live deployment)
- Shopify store with admin access (if ecomm integration)
Install Dependencies
- Make sure your node version is current
$ node --version
> v22.13.0
- Install the Sanity CLI
npm install --global sanity@latest
Install the repo boilerplate