Skip to content
Christopher Klapp edited this page Jan 30, 2017 · 28 revisions

Windows

These are the setup and contribution instructions for Windows users

Dependencies

Git: Download installer from https://git-scm.com/ Install using whatever settings you would like, as long as you make sure to choose the option that allows git to be accessible from the Windows Command Prompt.

Node and NPM: Download installer from https://nodejs.org/en/download/

Project Setup

  1. Open a Windows Command Prompt wherever you would like to work on translationCore.
  2. Run the command git clone https://github.com/unfoldingWord-dev/translationCore.git, or you may clone your own fork.
  3. Change directories to the repository directory and run the command npm install to install all required Nodejs modules.
  4. Create a file Auth.json in the root folder of the project.
  5. Compile and run the project by running npm run start

Mac

These are the setup and contribution instructions for Mac OS users

Dependencies

Git: Download and install X-Code Or to save time, just the necessary command line tools

Node and NPM: Download installer from https://nodejs.org/en/download/

Project Setup

  1. Open a Terminal wherever you would like to work on translationCore.
  2. Run the command git clone https://github.com/unfoldingWord-dev/translationCore.git, or you may clone your own fork.
  3. Change directories to the repository directory and run the command npm install to install all required Nodejs modules.
  4. Create a file Auth.json in the root folder of the project.
  5. Run the command npm run install-apps to initiate the default tC tools.
  6. Run the command npm run pull-apps to update to the latest release of the default tC tools.
  7. Compile and run the project by running npm start