mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Merge branch 'script-dev' of https://github.com/SethBurkart123/EvenBetterSEQTA into script-dev
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user