Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 525 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 525 Bytes

Hacker News Top Story Tracker

This repository is a companion the the "Podman Desktop to Production" article on developers.redhat.com.

Local Development

To run this application locally you need Node.js v20 or newer. If you're using nvm simply run nvm install and nvm use from the root of this repository to use the correct Node.js version.

Install dependencies using npm

npm install

Start the application using node

node index.mjs