docs(showcase): add public qlockify showcase + screenshots

This commit is contained in:
2026-06-29 22:35:34 +03:30
commit 785ed98ffc
43 changed files with 843 additions and 0 deletions

10
scripts/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"private": true,
"type": "commonjs",
"scripts": {
"screenshots": "node capture-screenshots.js"
},
"dependencies": {
"playwright": "^1.57.0"
}
}