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
- Host: GitHub
- URL: https://github.com/sohanemon/sanity-kickstart
- Owner: sohanemon
- Created: 2023-01-26T05:05:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T09:32:27.000Z (over 3 years ago)
- Last Synced: 2025-01-15T11:52:01.850Z (over 1 year ago)
- Topics: deployment, graphql, jamstack-site, sanity, sanity-cli, sanity-studio, typescript
- Language: TypeScript
- Homepage: https://kickstart.sanity.studio/
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`