This is a simple react project that displays job postings from the monthly "Who's Hiring" posts on Hacker News
Deployed to https://whoishiring.goldsborough.io/ via gh-pages
Install dependencies and run the local app
npm install
npm start
npm run build
npm run predeploy
npm run deploy
The available posts are driven by a flat file, src/postIds.json
.
To add a new "Who's Hiring" post, add it to the top of this file.
[
{
"id": 38842977,
"title": "January 2024"
},
...other items...
]