From 4462113255853c92d4136b5aef83b93916e86807 Mon Sep 17 00:00:00 2001 From: Alphons Joseph <93847055+Crazypersonalph@users.noreply.github.com> Date: Sat, 2 Dec 2023 12:40:59 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8a18ffc7..6278969a 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ The folder structure is as follows: - The `src` folder contains source files that are compiled to the build directory, these can use import statements so that we can do code splitting. +- The `interface` folder contains source React files that are required for the UI/UX of the Settings page. It is compiled into the build directory alongside files within `src/`. + - The `build` folder is where the compiled code ends up, this is the folder what you need to load into chrome as an unpacked extension for development. - The `safari` folder is an Xcode project, building it for MacOS does work, IOS needs a few modifications to the manifest to work, but I have managed to get it working (but because of the styling not being designed for phone, its basically useless for now).