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
- Host: GitHub
- URL: https://github.com/ryuapp/hono-hacker
- Owner: ryuapp
- License: mit
- Created: 2024-07-13T07:25:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T04:50:23.000Z (over 1 year ago)
- Last Synced: 2025-03-15T08:33:46.687Z (about 1 year ago)
- Topics: deno, hackernews-clone, hono
- Language: TypeScript
- Homepage: https://hono-hacker-news.deno.dev
- Size: 226 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.