- Open your terminal.
- Clone the repository using:
git clone https://github.com/Nastasia-Food/Merch.git
- Navigate to the directory:
cd Merch
- 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
- Fork the repository.
- Create a feature branch:
git checkout -b feature/your-feature
- Commit changes:
git commit -m "Add your message here" - Push to your fork:
git push origin feature/your-feature
- Create a Pull Request.