Update README.md

This commit is contained in:
Elijah R 2023-03-29 09:17:01 -04:00 committed by GitHub
parent 3a377a02a5
commit 23fa979e70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,3 +10,9 @@ Make sure you filled out common.js, then:
2. `npm run build` 2. `npm run build`
The build output directory is `dist/` 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`