Skip to content
Ian Hoegen edited this page Sep 14, 2016 · 28 revisions

Setup

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

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. Compile and run the project by running npm run start