A Greek-English interlinear New Testament reader desktop app built on top of Electron.
-
Reader 📖
- Read through interlinear Greek and English text from the New Testament
- Text-to-speech functionality to help with pronunciation
- Note taking with each verse
-
Ask AI ✨
- AI functionality that allows you to highlight words that you would like to know more about
- Breaks down grammar usage and morphology for the reader
-
Cross platform 🍎🪟🐧
- Configure for Windows, macOS and Linux platforms where desired.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/pauullamm/logos-ai.git
# Go into the repository
$ cd logos-ai
# Install dependencies
$ npm install
$ cd ../server && npm install
# Run the app (in separate terminals)
$ npm run dev
$ cd server && node server.jsTo build the desktop app, run the following commands:
# Make sure you have a build folder with the icons for your application in them
$ npm run build && npm run dist
# This creates the application in the root folder called dist where the executable file is locatedNote If you're using Linux Bash for Windows, see this guide or use
nodefrom the command prompt.
MIT