From 4d53a7980b34050abdb1abed4a55448777ea5c92 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sun, 26 Jun 2022 15:36:28 -0500 Subject: [PATCH] Update readme.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 738d83d..ca5a378 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ A game engine that grows with you 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 @@ -21,6 +21,11 @@ npm run serve npm run build ``` +### Hosts the production build +``` +npm run preview +``` + ### Lints and fixes files ``` npm run lint