From 035f2a5b04bc076957b0223fe9cf409fb790b0f9 Mon Sep 17 00:00:00 2001 From: Jason Buchanan Date: Mon, 25 Mar 2024 08:15:04 -0600 Subject: [PATCH] docs: adding do for updated development server run command - `npm run dev` --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 57669fe..c5ed5e4 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ npm install ### Compiles and hot-reloads for development ``` +npm run dev +``` + +### Builds the production app +``` npm run serve ```