Static frontend (HTML/CSS/JS)
You can run the static site locally:
cd photobooth
python3 -m http.server 8080Notes:
- Camera access typically requires HTTPS, but localhost is usually allowed.
- On iPad, use the deployed Vercel HTTPS URL for reliable camera access.