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.
NB: If you are cloning the repository on linux you might need to do the following:
ubuntu:
sudo apt-get update && sudo apt-get install libx11-dev libxkbfile-dev
For other distributions refer to documentation on how to download those above libraries.
To run the browser application:
- Fork and clone this repository
- Install dependencies with
yarn install
- Install dependencies and Build the app in development mode with
yarn run watch:browser
- Start the application(browser) with
cd applications/browser && yarn start
in another terminal window. - Open the browser and navigate to
http://localhost:3000