Sign in with your Google account:
OR
Sign in with username & password:
This app needs two values in
js/config.js before it can connect:GAS_WEBAPP_URL — your deployed Google Apps Script URLGOOGLE_CLIENT_ID — your OAuth 2.0 client IDAlso open via HTTP (not file://) — use VS Code Live Server or
python3 -m http.server 8080 then visit http://localhost:8080.See docs/DEPLOYMENT.md for full instructions.