Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.81 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.81 KB

Camera-Basic-App

This repository will contain the source code for the basic camera app using firebase

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Your machine should have Android Studio or any other IDE installed to use it locally.

Setup and Installation

Setting up the repository locally

  1. First fork the repo 🍴 to your account.
    Go to the forked repo and clone it 👥 to your local machine:
git clone https://github.com/Bhavya-22/Camera-basic-app.git

This will make a copy of the code to your local machine.

  1. Now move to the Camera-basic-app directory.
cd Camera-basic-app
  1. Now check the remote of your local code by:
git remote -v

The response should look like this:

origin	https://github.com/Your_Username/Camera-basic-app.git (fetch)
origin	https://github.com/Your_Username/Camera-basic-app.git  (push)

To add upstream to remote, run:

git remote add upstream https://github.com/Bhavya-22/Camera-basic-app.git

Again run git remote -v, the response should look like this:

origin	https://github.com/Your_Username/Camera-basic-app.git  (fetch)
origin	https://github.com/Your_Username/Camera-basic-app.git  (push)
upstream	https://github.com/Bhavya-22/Camera-basic-app.git (fetch)
upstream	https://github.com/Bhavya-22/Camera-basic-app.git (push)
  1. Once the remote is set, go to the Camera-basic-app directory, and start contributing

Contributing

We like contributions in several forms, see CONTRIBUTING.md and CODE_OF_CONDUCT.md