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

View file

@ -13,6 +13,6 @@ 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
Just drop the contents of `dist/` somewhere into our webroot. For testing purposes, you can throw up a quick test webserver with the following command
`npm run serve`