Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.49 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.49 KB

Ho, ho, hello!

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.

Technical details

Type Check ESLint Format

Development

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.

Production

This Next.js app is deployed to Vercel. The quirrel server is hosted on Fly.io according to these helpful instructions.