From ca253ba6735a9882f1c5fc280cb92b4641b9ddc1 Mon Sep 17 00:00:00 2001 From: Seth Burkart <108050083+SethBurkart123@users.noreply.github.com> Date: Sun, 3 Dec 2023 14:00:27 +1100 Subject: [PATCH] Update README.md --- README.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d84dde49..6b44f183 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ - [Features](#features) - [Getting Started](#getting-started) -- [Contributing](#contributing) ## Release Videos @@ -48,7 +47,7 @@ git clone https://github.com/SethBurkart123/EvenBetterSEQTA ``` -### Windows +### Windows (currently not working - use manual install) Open the `install.bat` file located inside the `scripts` folder. Then after that is finished, open the `dev.bat` file. @@ -68,6 +67,35 @@ sh install.sh sh dev.sh ``` +### Manual + +1. Install dependencies + +``` +npm install +``` + +2. Install webpack + +``` +npm install -g webpack +``` + +3. Run the dev script (it updates as you save files) + +``` +npm run dev +``` + +4. Install and run the dev script for the interface **at the same time** (all custom react components are a separate sub-repository) + +``` +cd interface + +npm install +npm run dev +``` + ## Folder Structure