Code Monkey home page Code Monkey logo

autographa-lite's Introduction

Autographa Lite

React re-write of an earlier version of the app. All further development will be done here.

This is a standalone desktop application which hopes to aid and be a friendly companion of the Bible Translator. In essence it is a basic USFM editor which is capable of import and export of USFM files. It has handy features like color-coded diffs across imported texts for comparison between revisions, search and replace and export to formatted HTML.

Developer Setup

It is relatively easy to setup the application locally for development.

Prerequisites

Node JS 12.6.0 npm 6.9.0
Python 2 (One of our build tools breaks under Python 3.)

Build and run

  1. Fork and clone this repository
  2. Set environment variable ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true
  3. Install dependencies with npm install
  4. Start the application with npm start

Mac and *nix (tested on MacOS Sierra 10.14 and Ubuntu 19.04)

In Bash-like shell:

export ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true
cd autographa-lite && npm install
npm start

Windows (tested on Windows 10)

In Command Prompt:

cd autographa-lite
set ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true
npm install
npm start

Contributing

If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome. Please read the CONTRIBUTE page for details on our code of conduct, and the process for submitting pull requests.

We really value our contributors weather they helped fix a bug, build a feature, tested out the app or made some meaningful impact. Look up our contributors.

License

This project is licensed under the liberal MIT License. See LICENSE for more details.

Contact

Let us know if face any bugs/problems by opening an issue in GitHub. We'll do our best to be prompt in our response.

Acknowledgments

autographa-lite's People

Contributors

ashersam avatar aunger avatar binu-alexander avatar joelthe1 avatar sandeeponrails avatar vipinpaul avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.