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