Believers Sword App is an application to help you study the bible. Engage in learning the word of God. I am creating this application because this is one way of offering my time to the Lord. I'm so thankful to God for giving me time to create this application and share it with others. I'm not recommending this application, but I am encouraging you to try the one I built, hoping you may like it.
The app is its beginning state, it is still under development. more features will come later.
- Read Bible
- read or watch sermons on sermons page
- search bible
- bookmark verses
- create or edit clip notes
- color highlights
- select your app themes
Clone this on your machine. Currently, I am using windows OS for development. So I am not sure if this is going to work for MAC.
- Clone the repo by running
git clone https://github.com/Bible-Projects/believers-sword-next.git
- run
yarn setup
to setup your electron and front end app.
To run the app, run yarn start
Note: if you don't have yarn installed, run npm install -g yarn
To Contribute you can Read The Contribution Guide.