https://github.com/marko-js/example-hacker-news
A Hacker News clone built using @marko/run and the Tags API.
https://github.com/marko-js/example-hacker-news
Last synced: 4 months ago
JSON representation
A Hacker News clone built using @marko/run and the Tags API.
- Host: GitHub
- URL: https://github.com/marko-js/example-hacker-news
- Owner: marko-js
- Created: 2025-04-17T04:06:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-05T01:11:19.000Z (9 months ago)
- Last Synced: 2025-09-05T03:11:22.857Z (9 months ago)
- Language: Marko
- Homepage: https://marko-hn-example.netlify.app/
- Size: 260 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hacker News clone with @marko/run
Currently deployed at https://marko-hn-example.netlify.app/
## Overview
This project is powered by [@marko/run](https://github.com/marko-js/run).
- Run `npm run dev` to start the development server
- Run `npm run preview` to run the production server
- Run `npm run deploy` to deploy to netlify (will ask for credentials).