Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 980 Bytes

GETTING_STARTED.md

File metadata and controls

21 lines (18 loc) · 980 Bytes

Welcome to the Official Repository of DSC-TIET Official Mobile App

We follow a systematic Git Workflow -

  • Create a fork of this repo.
  • Clone your fork of your repo on your pc.
  • Add Upstream to your clone
  • Every change that you do, it has to be on a branch. Commits on master would directly be closed.
  • Make sure that before you create a new branch for new changes,syncing with upstream is neccesary.

Setup and running of project

  • Fork the repo and clone it.
  • Get all the required packages by running the following command.
flutter pub get
  • Setup a firebase project with com.dsctiet.mobileapp and your own google-services.json in android/app folder .
  • Run the app.
flutter run