Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

68 lines (45 loc) · 1.27 KB

Getting Started

In order to use the mobile app, you would need the flood backend running on your local machine. There are several ways you can do that and all these approaches can be found at TaskWarrior-Flutter

Steps

Installation

  1. Clone the repository from GitHub:
git clone https://github.com/CCExtractor/taskwarrior-flutter.git
  1. Navigate to project's root directory:
cd taskwarrior-flutter
  1. Check for Flutter setup and connected devices:
flutter doctor
  1. Get the dependancies
flutter pub get

%. Run the app:

flutter run

Check out the app


  1. Open mobile app
    1. Check out the app
    2. Make Profile
    3. Connect with TaskServer
    4. Sync Tasks with it

Prerequisites

  • Flutter
  • VSCode / Android Studio

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Create your Fix Branch (git checkout -b fix/BugFix)
  4. Add all files(git add .)
  5. Commit your Changes (git commit -m 'Add some AmazingFeature')
  6. Push to the Branch (git push origin feature/AmazingFeature)
  7. Open a Pull Request in the develop branch