Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 676 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (20 loc) · 676 Bytes

Contributing to Stopwatch App

Thank you for considering contributing to the Stopwatch App! Your support helps us improve and enhance the project. Please follow the guidelines below to ensure a smooth contribution process.

Getting Started

  1. Fork the repository: Click the "Fork" button at the top right of this page to create your own copy of the repository.
  2. Clone your fork:
    git clone https://github.com/your-username/stopwatch-app.git
  3. Navigate to the project directory:
    cd stopwatch-app
  4. Install dependencies:
    flutter pub get
  5. Run the app:
    flutter run