Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gita/bhagavadgita-backend-sanity
Sanity backend code for BhagavadGita.io v2, which is an app built for Gita readers by Gita readers.
https://github.com/gita/bhagavadgita-backend-sanity
bhagavad-gita sanity
Last synced: about 2 months ago
JSON representation
Sanity backend code for BhagavadGita.io v2, which is an app built for Gita readers by Gita readers.
- Host: GitHub
- URL: https://github.com/gita/bhagavadgita-backend-sanity
- Owner: gita
- Created: 2021-04-18T11:12:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T20:25:40.000Z (over 3 years ago)
- Last Synced: 2024-04-14T06:49:08.578Z (9 months ago)
- Topics: bhagavad-gita, sanity
- Language: JavaScript
- Homepage: https://bhagavadgita.io
- Size: 659 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sanity Movies 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 one of the example frontends: [React](https://github.com/sanity-io/example-frontend-next-js) | [React Native](https://github.com/sanity-io/example-app-react-native) | [Vue](https://github.com/sanity-io/example-frontend-vue-js) | [PHP](https://github.com/sanity-io/example-frontend-silex-twig)
- [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)## Sanity import
1. source .set-env.sh
2. sanity dataset import ./data/ndjson/versesNDJSON.json production --replace
3. sanity dataset import ./data/ndjson/chaptersNDJSON.json production --replace## Run ops to map chapters to verses
1. source .set-env.sh
2. node ops/add-chapter-ref-to-verses.js