Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 346 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 346 Bytes

Secret Santa App

This app takes secret santa to next level. You are guaranteed not to gift those you decided. Also two people will not gift each other.

How to run

  1. run npm i

  2. add your sendgrid api key in .env file (use .env.sample for reference)

  3. add your data in data.js file in this directory (use data.js.sample for reference)