Skip to content

Commit a5dd841

Browse files
committed
add demos to readme
1 parent 5f74192 commit a5dd841

6 files changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Download and install the desktop application for your operating system directly
2626
page. It provides the same web UI without needing to install Node.js or run any
2727
commands — 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

3133
Install 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+
5559
This 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:
8892
Format-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
9399
Android exports require the Android SDK, which can be complex to set up locally.
@@ -114,6 +120,18 @@ this repository:
114120
docker 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

media/cli_cmd.webm

553 KB
Binary file not shown.

media/cli_ui.webm

3.26 MB
Binary file not shown.

media/desktop-app.webm

3.54 MB
Binary file not shown.

media/docker_cli.webm

1.29 MB
Binary file not shown.

media/docker_ui.webm

5.98 MB
Binary file not shown.

0 commit comments

Comments
 (0)