Skip to content

Commit e2f7839

Browse files
update base-href in CI configuration and add demo video link to README
1 parent 4a0b940 commit e2f7839

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: npm ci
3939

4040
- name: Build app
41-
run: npx nx build low-code-ide --configuration=production --base-href=/low-code-ide/
41+
run: npx nx build low-code-ide --configuration=production --base-href=/Building-AI-Low-Code-Platform5/
4242

4343
- name: Add 404.html fallback
4444
run: |

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This repository contains the source code for the upcoming article **“Building
1010
- **IndexedDB persistence** to save and restore flow drafts locally.
1111
- **Backend stubs** (NestJS + Genkit) for executing flow nodes and AI prompts.
1212

13+
[demo.mov](demo.mov)
14+
1315
## Getting started
1416

1517
```bash

demo.mov

33.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)