https://github.com/thehouseplant/hnfresh
A Hacker News clone written using Fresh and Deno
https://github.com/thehouseplant/hnfresh
deno fresh hacker-news hn typescript
Last synced: about 2 months ago
JSON representation
A Hacker News clone written using Fresh and Deno
- Host: GitHub
- URL: https://github.com/thehouseplant/hnfresh
- Owner: thehouseplant
- Created: 2023-05-25T15:57:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T01:12:51.000Z (over 2 years ago)
- Last Synced: 2025-03-22T04:24:11.126Z (8 months ago)
- Topics: deno, fresh, hacker-news, hn, typescript
- Language: TypeScript
- Homepage: https://hnfresh.deno.dev
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HN Fresh
A Hacker News clone written using Fresh and Deno
## Requirements
- [Deno](https://deno.com/runtime) v1.25+
## Getting Started
```bash
# Clone the repository
git clone git@github.com:thehouseplant/hnfresh
# Start the task
deno task start
```