From 45279d061af3c96644d8cd4c206792c712cee82f Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 29 Jul 2021 22:26:30 -0700 Subject: [PATCH] Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 93d54e1..982b6e0 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ npm install npm run serve ``` +### Runs the server +``` +npm run server +``` + ### Compiles and minifies for production ``` npm run build