From f6fe716abf422737d66ac8c7e51aacd61ac21544 Mon Sep 17 00:00:00 2001 From: Seth Burkart <108050083+SethBurkart123@users.noreply.github.com> Date: Sun, 3 Dec 2023 12:21:00 +1100 Subject: [PATCH] Update Getting Started tutorial in README.md --- README.md | 38 ++++++++++++++++---------------------- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 6278969a..c0c63457 100644 --- a/README.md +++ b/README.md @@ -47,32 +47,26 @@ git clone https://github.com/SethBurkart123/EvenBetterSEQTA ``` -2. Install dependencies +### Windows +Open the `install.bat` file located inside the `scripts` folder. Then after that is finished, open the `dev.bat` file. + +### Mac & Linux + +1. cd into the folder ``` -npm install +cd EvenBetterSEQTA/scripts +``` +2. Make the scripts in the folder executable +``` +chmod a+x * +``` +3. Run the install and dev scripts +``` +sh install.sh +sh dev.sh ``` -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 **at the same time** (all custom react components are a separate sub-repository) - -``` -cd interface - -npm install -npm run dev -``` ## Folder Structure