Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.1 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.1 KB

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:

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