Update README.md

This commit is contained in:
Seth Burkart
2023-08-30 15:43:48 +10:00
committed by GitHub
parent 8a99072e0f
commit 0a66f35548
+16
View File
@@ -43,12 +43,28 @@ git clone https://github.com/SethBurkart123/EvenBetterSEQTA
``` ```
npm install npm install
``` ```
OR
```
pnpm install
```
OR
```
yarn install
```
3. Run the dev script (it updates as you save files) 3. Run the dev script (it updates as you save files)
``` ```
npm run dev npm run dev
``` ```
OR
```
pnpm dev
```
OR
```
yarn dev
```
## Folder Structure ## Folder Structure