Update README.md

This commit is contained in:
MEGA_Dawg68
2023-11-25 17:57:55 +08:00
committed by GitHub
parent 9527853606
commit d5939baad8
+5 -2
View File
@@ -52,8 +52,11 @@ git clone https://github.com/SethBurkart123/EvenBetterSEQTA
```
npm install
```
3. Run the dev script (it updates as you save files)
3. Install webpack
```
npm install -g webpack
```
4. Run the dev script (it updates as you save files)
```
npm run dev