Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 722 Bytes

File metadata and controls

27 lines (22 loc) · 722 Bytes

Project Tribe

Overview

This project is built using the Flutter framework and uses GetX for it's state management.

Getting Started

Prerequisites

Ensure you have the following installed:

  • Flutter SDK: Installation Guide
  • Dart SDK
  • Any other dependencies specific to your project

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/tribe_app.git
    cd tribe-app
    

Pre Commit

Pre commit allows us to handle issues before they are committed. Make sure you run below steps -

pip install pre-commit
pre-commit install

Make sure pre-commit is installed globally and added to your path variable...