The frontend for hackernewsalerts.com. A web application that...
- sends email notifications when someone replies to one of your comments or posts on Hacker News
- allows you to check in the UI for such events
Built with Astro. I use React islands for the interactive components, and Nano Stores to share state between the islands.
The backend API handles email signups. For viewing replies/comments in the UI, the website calls hnrss.github.io via a reverse proxy that you have to set up.
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |