Receipt submission app for Booster conferences.
Prerequisites: Bun, Vercel CLI
First, log in to Vercel and link the project (one-time setup):
vercel login
vercel linkThen install dependencies and start the dev server:
bun install
bun run devbun run dev will:
- Pull environment variables from Vercel into
.env.local - Build the Vercel Blob client
- Start the server with hot reload at
http://localhost:3000
Local development bypasses Slack login and signs you in automatically as a hardcoded dev user. Slack OAuth doesn't support http on localhost callback URLs, unlike sensible companies.
Environment variables are managed via Vercel. After linking the project (vercel link), bun run dev pulls them automatically.