@@ -26,6 +26,8 @@ Download and install the desktop application for your operating system directly
2626page. It provides the same web UI without needing to install Node.js or run any
2727commands — just download, install, and open.
2828
29+ <video src =" ./media/desktop-app.webm " controls width =" 600 " ></video >
30+
2931### 2. Web UI (via CLI)
3032
3133Install Node.js first (it includes ` npm ` ):
@@ -52,6 +54,8 @@ Then start the local web server:
5254$ liaex serve
5355```
5456
57+ <video src =" ./media/cli_ui.webm " controls width =" 600 " ></video >
58+
5559This starts the LiaScript Export Server on port 3000 (default). You can specify a different port:
5660
5761``` bash
@@ -88,6 +92,8 @@ Once installed, use `liaex` or `liascript-exporter`. Core options:
8892Format-specific options are documented in the sections below. You can also run
8993`liaex --help` at any time to see the full list.
9094
95+ <video src="./media/cli_cmd.webm" controls width="600"></video>
96+
9197### Docker (Android export)
9298
9399Android exports require the Android SDK, which can be complex to set up locally.
@@ -114,6 +120,18 @@ this repository:
114120docker build -t liascript/exporter .
115121```
116122
123+ <video src="./media/docker_cli.webm" controls width="600"></video>
124+
125+ You can also use the Docker container to run the web UI:
126+
127+ ``` bash
128+ docker run --rm -p 4000:4000 liascript/exporter
129+ ```
130+
131+ Then open <http://localhost:4000> in your browser to access the export UI.
132+
133+ <video src="./media/docker_ui.webm" controls width="600"></video>
134+
117135## Format Reference
118136
119137### SCORM1.2
0 commit comments