From 08a2f329c36eb943f48d29b2718b0653a3578fa9 Mon Sep 17 00:00:00 2001 From: ownedbywuigi Date: Thu, 12 Jun 2025 10:54:53 -0400 Subject: [PATCH] Overhaul documentation --- android/README.md | 4 ++++ ui/README.md | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 android/README.md create mode 100644 ui/README.md diff --git a/android/README.md b/android/README.md new file mode 100644 index 0000000..d69edba --- /dev/null +++ b/android/README.md @@ -0,0 +1,4 @@ +# Android Folder +dir: /android/ + +This is where all of the frontend UI code for the Android app will reside. \ No newline at end of file diff --git a/ui/README.md b/ui/README.md new file mode 100644 index 0000000..7fd36a2 --- /dev/null +++ b/ui/README.md @@ -0,0 +1,5 @@ +# UI Folder + +dir: /ui/ + +This is where all of the frontend UI code and backend console will reside for all builds except for Android (see dir /android/) \ No newline at end of file