Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

deno hackernews-clone hono

Last synced: 3 days 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).\
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.