Add Egyptian escape room digital lock web app.

React/Vite lock UI with color-coded inputs, celebration SFX, and unlock video; Docker/nginx packaging and homelab deploy scripts documented in AGENTS.md.
This commit is contained in:
2026-06-11 09:10:56 -04:00
parent 7daf88fee6
commit 32a0331e8b
35 changed files with 3780 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Local media copies (generated by scripts/setup-dev-media.sh)
public/media/unlock.mp4
public/media/celebration-pop.mp3
public/media/celebration-horn.mp3
public/media/incorrect.mp3
public/media/unlock-confirm.mp3
public/media/config.json
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?