Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SethBurkart123 authored Dec 3, 2023
1 parent 129ba28 commit ca253ba
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

- [Features](#features)
- [Getting Started](#getting-started)
- [Contributing](#contributing)

## Release Videos
<video autoplay loop muted controls="false" width="33%" src="https://github.com/SethBurkart123/EvenBetterSEQTA/assets/108050083/3084644a-edbc-40e5-b1ad-1fdea4f0ca18"></video>
Expand Down Expand Up @@ -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.

Expand All @@ -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

Expand Down

0 comments on commit ca253ba

Please sign in to comment.