| title | Deployment |
|---|
- Each app can be built independently:
cd apps/host && pnpm build cd apps/nav && pnpm build cd apps/products && pnpm build
- Output is in each app's
dist/folder.
- Deploy each app's
dist/to your preferred static hosting (e.g., Vercel, Netlify, Azure Static Web Apps). - Ensure remotes are deployed before the host for correct federation.
- Store secrets and environment-specific config in
.envfiles (never commit secrets).
- Follow security instructions for secure deployment.
See each app's README for app-specific deployment notes.