Update README.md

This commit is contained in:
Seth Burkart
2023-11-26 19:09:46 +11:00
committed by GitHub
parent 1a997b1d27
commit e62fe52f7c
+13 -1
View File
@@ -37,7 +37,7 @@
- Opera Supported
- Vivaldi Supported
- Firefox (currently not supported, plans for it in future though [manifest v3 problems])
- Safari (Experimental)
- Safari (Experimental - only available via compilation)
## Getting started
@@ -52,16 +52,28 @@ git clone https://github.com/SethBurkart123/EvenBetterSEQTA
```
npm install
```
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 (all custom react components are a separate sub-repository)
```
cd interface
npm install
npm run dev
```
## Folder Structure
The folder structure is as follows: