A collection of utility scripts to scaffold your hackathon!
| Filename | Location | Description |
|---|---|---|
| package.json | / | Configuration file for NodeJS. |
| package-lock.json | / | Configuration file for NodeJS. |
| .gitignore | / | Files to ignore in commits. You should put editor specific folders such as .vscode and .idea in this file. |
| send-smtp-onboarding.js | /scripts/ | A script for automation with mailgun. |