Congratulations, you have now installed the Sanity Content 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
https://45isiec6.api.sanity.io/v1/graphql/production/default
- create sanity studio
yarn create sanity
- run development server
yarn dev
- to deploy sanity studio
npx sanity deploy
oryarn run sanity deploy
- to deploy with graphql
npx sanity graphql deploy
oryarn run sanity graphql deploy