Skip to content

BiblioNexus-Foundation/scribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Scribe Scripture Editor (Scribe v2)

A Bible translation editor for everyone.
Report Issue · Feature Request

Getting Started

It is relatively easy to set up the application locally for development.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Installation

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:

  1. Fork and clone this repository
  2. Install dependencies with yarn install
  3. Install dependencies and Build the app in development mode with yarn run watch:browser
  4. Start the application(browser) with cd applications/browser && yarn start in another terminal window.
  5. Open the browser and navigate to http://localhost:3000