Skip to content

tiomchik/bibleader

Repository files navigation

Bibleader (RU)

Read the Bible without internet access.

Made with Electron and React.

bibleader

Installation

Download and lauch the needed file from the releases page.

To add this program to the start menu on Linux, you can use alacarte.

Troubleshooting

The app icon is missing (Linux)

  1. Download the icon.

  2. Copy the icon to the /usr/share/pixmaps directory:

sudo cp bibleader.png /usr/share/pixmaps

Get started (development)

  1. Clone the repository:
git clone https://github.com/tiomchik/bibleader.git
  1. Install dependencies:
yarn
# or
npm install
  1. Run the app:
yarn start
# or
npm start

Build

yarn make
# or
npm run make

Contributing

If you encountered with any bugs or you find any errors in the Bible, please, create an issue.

All pull requests are welcome!

Links

License

Code is licensed under the MIT license.