Update readme.md

This commit is contained in:
thepaperpilot 2022-06-26 15:36:28 -05:00
parent a2b5820906
commit 4d53a7980b

View file

@ -11,9 +11,9 @@ A game engine that grows with you
npm install npm install
``` ```
### Compiles and hot-reloads for development ### Hosts dev server and hot-reloads modules as they're changed
``` ```
npm run serve npm starts
``` ```
### Compiles and minifies for production ### Compiles and minifies for production
@ -21,6 +21,11 @@ npm run serve
npm run build npm run build
``` ```
### Hosts the production build
```
npm run preview
```
### Lints and fixes files ### Lints and fixes files
``` ```
npm run lint npm run lint