Gatsby Hacker News

Gatsby is a blazing-fast static site generator for React. This is the Gatsby implementation of Hackernews using the gatsby-source-hackernews plugin.

Gatsby-Hacker-News

Development

Kickstarted with the gatsby-default-starter boilerplate.

Install all the required packages/dependencies using yarn

yarn

Setup development server

gatsby develop

Build static files for production

gatsby build

Contributing

Feel free to open issues and pull requests!

GitHub