Files
newsletter-hackernews/README.md
2023-12-19 19:21:45 +01:00

739 B

Hackernews newsletter

Next up

  • Batch email (Resend: ETA early 2024)
  • Custom url shortener for links in the newsletter
  • Cron every 10 minutes: people are more likely to open the newsletter if delivered around the time when they subscribed (if cron becomes not enough, then the cost of sending all the emails might be a bigger issue)

Commands

Install vercel cli

yarn add -g vercel@latest

Link to vercel

yarn vercel:link

Pull env variables from vercel

yarn vercel:env

Push Prisma schema to vercel

yarn db:push

Generate Prisma client

yarn prisma:generate

Reset Prisma database

yarn db:reset

Run on Docker

docker-compose up --build