Elegant news reader
Slacker News retrieves data from HNPWA API and uses hnrss.org for realtime RSS feeds. Thanks to these services for allowing us to provide an alternative interface to Hacker News.
Pull requests are welcome and appreciated! We are using SvelteKit and TailwindCSS for the frontend.
Clone and fork this repository. Create new branch, e.g. fix-loud-screeching-noise. Then, install dependencies and start the development server:
pnpm install
pnpm devBefore committing, format your changes:
pnpm formatNext, create a pull request with a title that follows conventional commits—see our other pull requests for examples.