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:
- Read “getting started” in the docs
- Check out the example frontend: React/Next.js
- Read the blog post about this template
- Join the community Slack
- Extend and build plugins
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.