docs: adding do for updated development server run command

- `npm run dev`
This commit is contained in:
2024-03-25 08:15:04 -06:00
parent 09dccc34d6
commit 035f2a5b04

View File

@@ -18,6 +18,11 @@ npm install
### Compiles and hot-reloads for development ### Compiles and hot-reloads for development
``` ```
npm run dev
```
### Builds the production app
```
npm run serve npm run serve
``` ```