Skip to content

jeremymlane/ts-desktop

 
 

Repository files navigation

Crowdin Build Status io.js supported

translationStudio Desktop

A tool to translate the Bible and Open Bible Stories into your own language. You can read more about the purpose of this project at unfoldingWord.

##Requirements The official development requirements are available at

Additional documentation specific to the desktop platforms is available in the wiki.

##Contributing If you would like to contribute to this project please read the Contributing article in the wiki.

##Quick Start First make sure you have all the dependencies installed

Then fork this repository and clone your fork. After the repository has been cloned to your computer run the following command in the new directory to set up your environment

$ npm install && bower install

For more information please read the wiki.

###Commands The following commands are available from within the project directory:

  • $ gulp build --win builds a windows distribution (other available flags are --osx and --linux)
  • $ gulp lint runs the linter and the JS style checker
  • $ gulp lint --fix same as above, but attempts to fix the JS styles for you
  • $ gulp test runs all Mocha unit tests
  • $ gulp test --grep [string] runs the Mocha unit tests that match the string
  • $ gulp runs the lint and test tasks
  • $ npm start runs the application (without building it)
  • $ DEBUG_MODE=1 npm start same as above, but has live reloading (which is a bit unstable, hence "debug mode")

Note: You can open the Chrome Developer Tools while the app is running by pressing Ctrl+Alt+I

About

translationStudio Offline First Web App

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.2%
  • HTML 42.3%
  • Other 0.5%