An open API service indexing awesome lists of open source software.

https://github.com/sohanemon/sanity-kickstart

A guide for working with sanity and graphql
https://github.com/sohanemon/sanity-kickstart

deployment graphql jamstack-site sanity sanity-cli sanity-studio typescript

Last synced: about 1 year ago
JSON representation

A guide for working with sanity and graphql

Awesome Lists containing this project

README

          

# 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:

- [Read “getting started” in the docs](https://www.sanity.io/docs/introduction/getting-started?utm_source=readme)
- Check out the example frontend: [React/Next.js](https://github.com/sanity-io/tutorial-sanity-blog-react-next)
- [Read the blog post about this template](https://www.sanity.io/blog/build-your-own-blog-with-sanity-and-next-js?utm_source=readme)
- [Join the community Slack](https://slack.sanity.io/?utm_source=readme)
- [Extend and build plugins](https://www.sanity.io/docs/content-studio/extending?utm_source=readme)

## 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`