Theographic is a knowledge graph of the Bible, weaving data about people, places, and periods of time into the tapestry of God's story. This data enables smarter search algorithms, new apps, and exciting research potential. It's an open-source project to share information about the scriptures in our digital world. Learn more at this link.
The code in this repository builds a website allowing users to explore the data. It is React-based and uses Gatsby (static site generator) for optimal performance.
- You will need the Gatsby-cli client to develop and build the site
npm install --global gatsby-cli
- Install other dependent packages
npm install
To test locally, run:
gatsby develop
To build all static pages locally, run:
gatsby build
This project is backed by individuals passionate about applying our best technology to the mission of making disciples. Find out how to contribute your creative or technical skills at this link.
GNU General Public License v3.0