gatsby-hacker-news
gatsby-hacker-news copied to clipboard
Gatsby implementation of Hacker News
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.
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!