https://github.com/cdoremus/fresh-hn
Hacker News site made with Deno Fresh
https://github.com/cdoremus/fresh-hn
deno denofresh typescript
Last synced: about 1 month ago
JSON representation
Hacker News site made with Deno Fresh
- Host: GitHub
- URL: https://github.com/cdoremus/fresh-hn
- Owner: cdoremus
- Created: 2022-07-12T03:33:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T16:06:28.000Z (over 2 years ago)
- Last Synced: 2025-02-23T01:47:34.168Z (over 1 year ago)
- Topics: deno, denofresh, typescript
- Language: TypeScript
- Homepage: https://fresh-hn.deno.dev
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deno Fresh Hacker News webapp
### Usage
Start the project:
```
deno task start
```
This will watch the project directory and restart as necessary.
Also see:
- [Fresh web site](https://fresh.deno.dev)
- [Hacker News API](https://github.com/HackerNews/API)