A live dashboard that pulls from your Google Sheet via Apps Script.
- Go to vercel.com and sign up with GitHub or email (free)
- Click Add New → Project
- Choose Upload (or drag-and-drop this folder)
- Click Deploy
- Done — you'll get a URL like
stumo-tracker.vercel.app
npm install -g vercel
cd stumo-tracker
vercelFollow the prompts. Defaults are fine for everything.
npm install
npm run devOpens at http://localhost:5173
To change the Apps Script URL or other config, edit src/App.jsx at the top, then:
- Vercel website: drag the new folder into your project
- Command line:
vercel --prod
src/App.jsx— the tracker (all logic and UI)src/main.jsx— React entryindex.html— HTML shellpackage.json— dependenciesvite.config.js— build config