Skip to content

sohanemon/sanity-kickstart

Repository files navigation

Sanity Blogging Content Studio

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:

GraphQL playground

https://45isiec6.api.sanity.io/v1/graphql/production/default

Codemon

  • create sanity studio yarn create sanity
  • run development server yarn dev
  • to deploy sanity studio npx sanity deploy or yarn run sanity deploy
  • to deploy with graphql npx sanity graphql deploy or yarn run sanity graphql deploy