Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.23 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.23 KB

Therrecord

Overview

This is Therrecord an app for recording therapy sessions and the ability to read transcriptions of them.

Installation

Prerequisites

-Downloanding the Expo Go App on your mobile device.

Steps

  1. Clone the repo
  2. Start the expo app server
    npm run start
  3. Go to the Expo Go app and scan the QR code with your phone to run the app.

Contribution Guidelines

Create a new branch: Create a new branch for your feature or bug fix.

```sh
git checkout -b feature/your-feature-name
```

Make your changes: Make the necessary changes to the code.

Commit your changes: Commit your changes with a clear and concise commit message.

```sh
git commit -m 'short description of what this commit does'
```

Push to your branch: Push your changes.

```sh
git push origin feature/your-feature-name
```

Open a pull request

  • Code Reviews: All submissions require a code review. Be ready to address comments and make necessary changes.
  • Testing: Ensure your code passes all tests. Write new tests if you introduce new features or fix bugs.
  • Commit Messages: Write clear, concise commit messages that explain changes.