Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StuMo Fundraising Tracker

A live dashboard that pulls from your Google Sheet via Apps Script.

Deploy to Vercel (free, ~5 minutes)

Option 1 — Deploy via the Vercel website (easiest)

  1. Go to vercel.com and sign up with GitHub or email (free)
  2. Click Add New → Project
  3. Choose Upload (or drag-and-drop this folder)
  4. Click Deploy
  5. Done — you'll get a URL like stumo-tracker.vercel.app

Option 2 — Deploy via command line

npm install -g vercel
cd stumo-tracker
vercel

Follow the prompts. Defaults are fine for everything.

Local development

npm install
npm run dev

Opens at http://localhost:5173

Updating

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

Files

  • src/App.jsx — the tracker (all logic and UI)
  • src/main.jsx — React entry
  • index.html — HTML shell
  • package.json — dependencies
  • vite.config.js — build config

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages