From 23fa979e701c459d0406826c024384640a6f8920 Mon Sep 17 00:00:00 2001 From: Elijah R <62162399+elijahr2411@users.noreply.github.com> Date: Wed, 29 Mar 2023 09:17:01 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f06bb2a..3fbecb2 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,9 @@ Make sure you filled out common.js, then: 2. `npm run build` The build output directory is `dist/` + +## Serving + +Just drop the contents of `dist/` somewhere into our webroot. For testing services, you can throw up a quick test webserver with the following command + +`npm run serve`