An open API service indexing awesome lists of open source software.

https://github.com/noclaps/news

A minimal Hacker News client.
https://github.com/noclaps/news

Last synced: about 1 year ago
JSON representation

A minimal Hacker News client.

Awesome Lists containing this project

README

          

# News

A minimal Hacker News client.

## Build instructions

You will need [Bun](https://bun.sh) to build and run this site.

1. Clone the repository.

```sh
git clone https://github.com/noClaps/news.git
cd news/
```

2. Start the development server.

```sh
bun dev
```

3. Build the site.

```sh
bun run build
```

This will build the site and place the output into the `dist/` directory.