Skip to content

mihaigalos/paper-hn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Hacker News front page in the style of a print newspaper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.6%
  • Pug 29.7%
  • Shell 20.3%
  • Dockerfile 3.4%