feat(showcase): add reusable demo video recorder
This commit is contained in:
14
README.md
14
README.md
@@ -8,6 +8,7 @@ This repository is intentionally documentation-only. The production backend, fro
|
||||
|
||||
- Website: [https://qlockify.ir](https://qlockify.ir)
|
||||
- Demo: use the demo entry point on the landing page to create an isolated temporary workspace.
|
||||
- Product tour video: [assets/videos/qlockify-demo-flow.webm](assets/videos/qlockify-demo-flow.webm)
|
||||
|
||||
## What Qlockify Does
|
||||
|
||||
@@ -77,19 +78,6 @@ The screenshots below were captured from an isolated local demo workspace with s
|
||||
|
||||
More screenshots are available in [`assets/screenshots`](assets/screenshots/).
|
||||
|
||||
## Regenerating Screenshots
|
||||
|
||||
Screenshots are generated locally from a running Qlockify frontend/backend pair:
|
||||
|
||||
```powershell
|
||||
cd scripts
|
||||
npm install
|
||||
cd ..
|
||||
node scripts/capture-screenshots.js
|
||||
```
|
||||
|
||||
The reusable script and its environment variables are documented in [`scripts/README.md`](scripts/README.md).
|
||||
|
||||
## Tech Stack
|
||||
|
||||
- Backend: Django, Django REST Framework, Celery
|
||||
|
||||
Reference in New Issue
Block a user