This repository contains the code that runs the Simple Secret Santa app. If you've come here to request a change or ask a question, head over to the Issues tab.
You'll need the latest stable versions of node
and pnpm
installed.
Run the development server with:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
Visit https://ui.quirrel.dev to view queued jobs. More details can be found here: https://docs.quirrel.dev/getting-started/next-js.
You can use any SMTP service to test out the emails. I use https://ethereal.email.
This Next.js app is deployed to Vercel. The quirrel server is hosted on Fly.io according to these helpful instructions.