You can use 'qtwasmserver' package to run the Qt Design Viewer:
To install the package:
```bash
python -m pip install qtwasmserver
```
And then run the server:
```bash
cd build/install
qtwasmserver .
```
Then open <http://localhost:8000> in Your web browser.
## Usage
Compress Your Qml project as a _.zip_ file, ideally including a _.qmlproject_ file. Or use the _Build -> Generate Resource File_ feature of Qt Design Studio 1.3+ to pack Your project in a _.qmlrc_ file.