A Bible translation editor for everyone.
Report Issue
·
Feature Request
It is relatively easy to set up the application locally for development.
This is an example of how to list things you need to use the software and how to install them.
- Fork and clone this repository
- Install dependencies and Build the app in development mode with
yarn run build:dev
- Start the application(electron) with
yarn start:electron