mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Update README.md
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
- Opera Supported
|
- Opera Supported
|
||||||
- Vivaldi Supported
|
- Vivaldi Supported
|
||||||
- Firefox (currently not supported, plans for it in future though [manifest v3 problems])
|
- Firefox (currently not supported, plans for it in future though [manifest v3 problems])
|
||||||
- Safari (Experimental)
|
- Safari (Experimental - only available via compilation)
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
@@ -52,16 +52,28 @@ git clone https://github.com/SethBurkart123/EvenBetterSEQTA
|
|||||||
```
|
```
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Install webpack
|
3. Install webpack
|
||||||
|
|
||||||
```
|
```
|
||||||
npm install -g webpack
|
npm install -g webpack
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Run the dev script (it updates as you save files)
|
4. Run the dev script (it updates as you save files)
|
||||||
|
|
||||||
```
|
```
|
||||||
npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
5. Install and run the dev script for the interface (all custom react components are a separate sub-repository)
|
||||||
|
|
||||||
|
```
|
||||||
|
cd interface
|
||||||
|
|
||||||
|
npm install
|
||||||
|
npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
## Folder Structure
|
## Folder Structure
|
||||||
|
|
||||||
The folder structure is as follows:
|
The folder structure is as follows:
|
||||||
|
|||||||
Reference in New Issue
Block a user