Progressive web app for browsing Hacker News. Focused on small touches missing from similar projects.
- Single page application (SPA)
- Progressive web app
- App manifest
- Service worker
- 100/100 Lighthouse score
- TailwindCSS 2.0
- Responsive, mobile first design
- Light/dark theme availible (set automatically based off device theme)
Requires Node.js 12+
# install dependencies
npm install # or yarn
# start development server
npm run dev
# build for production
npm run build
MIT