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.
- Host: GitHub
- URL: https://github.com/noclaps/news
- Owner: noClaps
- License: 0bsd
- Created: 2024-06-22T03:59:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T07:59:52.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T09:29:05.446Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://news.zerolimits.dev/
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.