Thank you for your interest in contributing!
If your Hacker News implementation meets the specifications, don't hesitate to put up a PR to add its summary to HNPWA!
If you would like to file a PR to update the site's design, please file an issue for it first.
- Fork the repo
- Clone your fork
- Make a branch for your changes
npm install
npm run dev
to kick off a development server- To test the Service Worker locally you can run
npm run dev-sw
instead. - If you're adding a summary of your Hacker News implementation:
- Create a new entry under
_apps
with your application name - Fill out the list of attributes following the format of any of the other apps in the same directory (you'll need to include an image of your application in a mobile device as well)
- Add yourself to the
_contributors
directory and similarly fill out all the attributes there (make sure theauthors
attribute underneath your app in_apps
has the same exact name attribute as here)
- Create a new entry under
- Create a pull request from your branch on your fork to
master
on this repo - Have your branch get merged in! 🌟