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

https://github.com/ryuapp/hono-hacker

Hacker News clone made with Hono
https://github.com/ryuapp/hono-hacker

deno hackernews-clone hono

Last synced: 5 months ago
JSON representation

Hacker News clone made with Hono

Awesome Lists containing this project

README

          

# Hono Hacker News

[Hacker News](https://news.ycombinator.com/news) clone made with [Hono](https://hono.dev) and [mono-jsx](https://github.com/ije/mono-jsx). \
This is deployed to [Deno Deploy](https://deno.com/deploy).

## Usage

Start the project:

```sh
deno task start
```

Setting `IS_DEVELOPMENT` to an environment variable disables caches.

## Related

- [Fresh Hacker News](https://github.com/morinokami/fresh-hacker) - Hacker News
clone made with [Fresh](https://fresh.deno.dev). Hono Hacker News is based on
this project.