Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 389 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 389 Bytes

ORIENTATION'22 APP

Android app for orientation'22

Setup

  • Fork and Clone the Repo

    git clone <YOUR_FORK_URL>
    
  • Add remote upstream

    git remote add upstream <MAIN_REPO_URL>
    
  • Build gradle and run the app

GitHooks

  • Run the following command to install the git hooks

    git config core.hooksPath .githooks