diff --git a/docs/latest/essentials/getting-started.md b/docs/latest/essentials/getting-started.md index 3ee2151cd..f569429ca 100644 --- a/docs/latest/essentials/getting-started.md +++ b/docs/latest/essentials/getting-started.md @@ -74,6 +74,19 @@ To create a production build, use yarn build. Our app, hosted by the development server +### Building for Production + +> More comprehensive guides for building and publishing can be found in our +> [deployment docs](./../deployment/index.md) + +```bash +# Build static assets to host a PWA +yarn run build:web + +# Build packaged output +yarn run build:package +``` + ## Next Steps ...