Hacker News Newsletter
Stay up to date with Hacker News by receiving a snapshot of the top stories straight to your inbox
Want a weekly email with a snapshot of the top 50 Hacker News stories? Maybe three daily emails with only 2 stories to keep you from getting distracted? Get started!
Development
firebase functions:config:set mailgun.domain="XXXX" mailgun.key="XXXX"
cd functions
npm i
npm serve
Contributing
This project is open to and encourages contributions! Feel free to discuss any bug fixes/features in the issues. If you wish to work on this project:
- Fork this project
- Create a branch (
git checkout -b new-branch
) - Commit your changes (
git commit -am 'add new feature'
) - Push to the branch (
git push origin new-branch
) - Submit a pull request!