Giter VIP home page Giter VIP logo

meditateapp's Introduction

MeditateApp

This is an Android repository that we will use to maintain the Meditate App project.


Prerequisites

Make sure you have installed

  1. git

Local Development Environment Configuration

  1. Fork the project, clone your fork, and configure the remotes::

    Clone your fork of the repo into the current directory

    git clone https://github.com//MeditateApp.git

    Navigate to the newly cloned directory

    cd MeditateApp

    Assign the original repo to a remote called "upstream"

    git remote add upstream https://github.com/Amrit27k/MeditateApp

  2. If you cloned a while ago, get the latest changes from upstream::

    git checkout master git pull upstream master

  3. Create the virtual environment for application::

    navigate to the MeditateApp

    cd MeditateApp

    create the virtual environment

    python -m venv App_venv

    activate the virtual environment

    source App_venv/bin/activate

  4. Create a new topic branch (off the main project development branch) to contain your feature, change, or fix::

    git checkout -b

  5. Add the changed elements git add .

  6. Commit your changes git commit -m "Comment"

  7. Push your topic branch up to your fork::

    git push origin

  8. Open a Pull Request with a clear title and description.

  9. After your Pull Request is away, you might want to get yourself back onto master and delete the topic branch::

    git checkout master git branch -D

meditateapp's People

Contributors

jeevan2000 avatar sohan710 avatar vaibhavd21 avatar amrit27k avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.