Skip to content

mvllow/slacker-news

Repository files navigation

slacker-news

Elegant news reader

Data sources

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.

Contributing

Pull requests are welcome and appreciated! We are using SvelteKit and TailwindCSS for the frontend.

Setup environment

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 dev

Submit changes

Before committing, format your changes:

pnpm format

Next, create a pull request with a title that follows conventional commits—see our other pull requests for examples.