From e62fe52f7c79c73936bcb3f4e4026904572a74e4 Mon Sep 17 00:00:00 2001 From: Seth Burkart <108050083+SethBurkart123@users.noreply.github.com> Date: Sun, 26 Nov 2023 19:09:46 +1100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07981f96..29a581dc 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ - Opera Supported - Vivaldi Supported - Firefox (currently not supported, plans for it in future though [manifest v3 problems]) - - Safari (Experimental) + - Safari (Experimental - only available via compilation) ## Getting started @@ -52,16 +52,28 @@ git clone https://github.com/SethBurkart123/EvenBetterSEQTA ``` npm install ``` + 3. Install webpack + ``` npm install -g webpack ``` + 4. Run the dev script (it updates as you save files) ``` npm run dev ``` +5. Install and run the dev script for the interface (all custom react components are a separate sub-repository) + +``` +cd interface + +npm install +npm run dev +``` + ## Folder Structure The folder structure is as follows: