# Hello Prod

This is a REAL, installable Progressive Web App.

## Try it instantly
1. Unzip and open hello-prod-111h/index.html in a browser, OR
2. `npx serve hello-prod-111h` to start a local server.
3. Click the Install button in your browser to install it natively.

## Build native binaries
- Android APK: run `bubblewrap init && bubblewrap build` against hello-prod-111h/manifest.json
- iOS / Android (Capacitor): `npx cap init && npx cap add ios && npx cap add android`
- Desktop (Windows/macOS/Linux): `npx electron-builder` using hello-prod-111h/electron.package.json

The included .github/workflows/nexapps-build.yml automates ALL of the above on free GitHub Actions runners.
