Skip to content

CodeBreakers #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,18 @@ A community based application for people to track trains and for people to view
Clone this repository, fire up VS Code (or IDE of your choice 😕) and run the app.
Obviously this app is Flutter BTW.😁😁

##Steps to setup the train tarcker mobile app

1.Make sure that the flutter is installed in your computer.
2.Clone the repository with files.
3.Open CMD
4.In CMD,Change the directory to cloned repository.
5.Run flutter build apk.
6.Connect your Android device to your computer with a USB cable.
7.Enter cd <app dir> where <app dir> is your application directory.
8.Run flutter install in CMD.
9.This will install the traintracker app to your device.
10.Do it! and Enjoy!.