Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

URL: https://github.com/OpenTeleRehab

Requirements

Patient Service

Run code check style with phpcs

...

Patient App

Requirements

...

Git version >= 2.0.0

...

NodeJS version >= 10.0.0 && < 15.0.0

...

Yarn version >= 1.20.0

...

  • Configure Android environment variables

    Code Block
    vi ~/.zshrc.local
    # vi ~/.bash_profile
    

    Add the following lines

    Code Block
    export ANDROID_HOME=$HOME/Android/Sdk
    export PATH=$PATH:$ANDROID_HOME/emulator
    export PATH=$PATH:$ANDROID_HOME/tools
    export PATH=$PATH:$ANDROID_HOME/tools/bin
    export PATH=$PATH:$ANDROID_HOME/platform-tools
    

    Reload bash configuration (restart your terminal or run below command)

    Code Block
    source ~/.zshrc.local
    # source ~/.bash_profile
    
  • Configure iOS environment [TODO]

...