Merge pull request #48 from MEGA-Dawg68/patch-4

Need webpack to compile
This commit is contained in:
Seth Burkart
2023-11-26 10:29:25 +11:00
committed by GitHub
+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