Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 868 Bytes

File metadata and controls

39 lines (36 loc) · 868 Bytes

Getting Started

Cloning the Repository

  1. Open your terminal.
  2. Clone the repository using:
    git clone https://github.com/Nastasia-Food/Merch.git
  3. Navigate to the directory:
    cd Merch

Setting Up the Environment

  • Ensure you have Flutter installed on your system. Follow the Flutter installation guide.
  • Run the following command to fetch dependencies:
    flutter pub get
  • Start the application:
    flutter run

Contribution Workflow

  1. Fork the repository.
  2. Create a feature branch:
    git checkout -b feature/your-feature
  3. Commit changes:
    git commit -m "Add your message here"
  4. Push to your fork:
    git push origin feature/your-feature
  5. Create a Pull Request.