Generate the data file from Marina's stdout:
```bash
marina list --remote --format json > web/catalog.json
```
Then serve the folder locally:
```bash
cd web
python3 -m http.server 8080
```
Open <http://localhost:8080>.
The explorer can also load a pasted or uploaded JSON export, so you can render directly from a saved stdout dump without regenerating the page itself.