Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 426 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 426 Bytes

Hacker News front page in the style of a print newspaper.

How to run

yarn install
node ./bin/generate-html.mjs

This will create an index.html file which you can view.

To automatically regenerate the output as you make changes:

yarn run watch

To update the list of stories on the front page:

rm cache/hn/*.json