Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 788 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 788 Bytes

Contributing

Contributions are welcome and will be fully credited.

We accept contributions via Pull Requests on Github.

How to run the project

  • Please follow the instructions to install flutter
  • Fork the project
  • Clone the project locally git@github.com:%yourUser%/%yourTepo%.git
  • Install dependencies flutter pub get
  • It is recommended to run flutter pub run build_runner watch --delete-conflicting-outputs each time you run the app ( more info)
  • Run the code in Android studio

Pull Requests

  • All pull requests must be made on dev branch.

Running Tests

todo

Happy coding!