Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 2.18 KB

CONTRIBUTING.md

File metadata and controls

40 lines (22 loc) · 2.18 KB

Contribution

The code is completely clean and well organized, so can you can understand and start contributing in no-time. (Special credits to Myself 😛)

Here are the instructions to set up the Developer Environment for the Contribution

Fork

Note: This is only needed if you want to contribute to the project.

If you want to contribute to the project you will have to create your own copy of the project on GitHub. You can do this by clicking the Fork button that can be found on the top right corner of the landing page of the repository.

Clone

Note: For this, you need to install git on your machine. You can download the git tool from here.

  • If you have forked the project, run the following command -

git clone https://github.com/YOUR_GITHUB_USER_NAME/Privacy-Indicator-App

where YOUR_GITHUB_USER_NAME is your GitHub handle.

  • If you haven't forked the project, run the following command -

git clone https://github.com/NitishGadangi/Privacy-Indicator-App

Setting Up the Project

If you have cloned the project its time to open it. The recommended IDE for the project is Android Studio. You can download the latest version of Android studio here.

Follow the steps below to open the project in Android Studio

  1. Open Android Studio.
  2. Click on Open an existing Android Studio Project.

  1. Browse to the directory where you cloned the project.
  2. Select the Privacy-Indicator-App directory and click open.
  3. Android Studio will download the libraries required to run the project and open it in a new window.