Files
vercel/examples/sanity
Dan Stowell 1b0d72aba5 [cli] Change vc env pull default output file to .env.local (#9892)
`vc deploy` ignores `.env.local`. To make sure we don't inadvertently
push people's secrets to source control, have all environment pulls
default to writing to `.env.local`.
2023-05-22 15:24:38 -07:00
..

Sanity Blogging Content Studio

Congratulations, you have now installed Sanity Studio, an open source real-time content editing environment connected to the Sanity backend.

Now you can do the following things:

Develop locally

Install dependencies:

npx @sanity/cli install

Pull down environment variables from your Vercel project (requires the Vercel CLI):

vercel env pull

You can also run npx @sanity/init in this repo and agree to reconfigure it. You'll then be able to select from existing projects. The CLI will update sanity.json with the project ID and dataset name.