Skip to content

NClementeWorks/ovf-multilingual-bible-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OVF Multilingual Bible Search

A Bible search application to help multi-lingual church communities. See this project at work

This application allows for people to search for multiple Bible passages simultaneously in multiple languages. The results can be grouped by language, passage, or verse by verse and can be exported as a Word Document, plain text file or printed out.

The oridginal purpose was to provide members in One Voice Fellowship church with multilingual handouts non-English speakers could follow. Please, read our use case article at Multilingual Bible Search

I kindly ask you request permission to fork or copy this project at [email protected]. Thanks :-)

Project Development

Application developed with Vue 3 and Vuetify in Vite. It fetches data from a custom API built in WordPress and currently provided at the One Voice Fellowship website . This API relies on Public Domain and Creative Commons licensed Bibles hosted in the local WordPress database.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint