https://github.com/wizyma/list-hn
https://github.com/wizyma/list-hn
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wizyma/list-hn
- Owner: Wizyma
- License: mit
- Created: 2022-11-30T23:23:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T10:54:29.000Z (over 2 years ago)
- Last Synced: 2025-01-05T00:22:27.890Z (5 months ago)
- Language: TypeScript
- Homepage: https://list-hn.vercel.app/
- Size: 55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hackernews List
[Deployed version](https://list-hn.vercel.app/) of the HN list.
## Getting started
This repository is based on yarn3.
```bash
$ yarn dev # run the app in local$ yarn test # run the tests
```