From ad631d314f1398a89a7e366eb82909f1cd34f6cb Mon Sep 17 00:00:00 2001 From: Jesse Meyer Date: Sat, 1 Dec 2018 10:30:45 -0500 Subject: [PATCH] added some rationale to the readme, for realzies... --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 68c01cb..6e66e1e 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ # GPS-Tracking-of-On-Campus-Walking-Project + +This repository stores all of the mobile application and server files for the project. + +There are actually two other git repositories nested here, one for Ionic's distrubution system, and the other for the GPS plugin. Since TMK Git does not support this usage case well, in order to supply every file for the mobile application, I've zipped up the +full directory. This ensures that every file in the developer's directory is accounted for in this repository. This may change in the future as better approaches are determined.