A Bible translation editor for everyone.
Report Issue
·
Feature Request
Scribe Scripture Editor is a free and open-licensed desktop application that is designed to support the Bible translator with drafting and checking scripture in both text and audio formats as well as provides support for translating Open Bible Stories in different modes. The features include multi-project support, revision control (cloud sync), audio recording and seamless basic USFM editing. It has a modular architecture and is poised to grow and support the evolving needs on the ground.
It is relatively easy to setup 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.
yarn install
yarn start
yarn dev
Runs the app in the development mode.See the projects page for a list of proposed features and known issues we are working on.
If you'd like to contribute, please fork the repository and commit changes in your fork. Pull requests are warmly welcome.
We really value our contributors whether they helped fix a bug, built a feature, tested out the app or contributed in some other way.
The process for submitting pull requests.
git checkout -b feature/NewFeature
)Logger level:
Production => warn
Development => debug
Usage: logger.[level]("<filename>, <message>")
https://github.com/facebook/prop-types
)yarn lint:fix
for code to adapt our linting rulesyarn build
for build checksgit commit -m 'Add some NewFeatures'
)git push origin feature/NewFeature
)This project is licensed under the MIT License. See LICENSE for more details.
Let us know if you face any bugs/problems by opening an issue on GitHub. We'll do our best to be prompt in our response.