Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evanshortiss/hackernews-tracker


https://github.com/evanshortiss/hackernews-tracker

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Hacker News Top Story Tracker

This repository is a companion the the "Podman Desktop to Production" article
on [developers.redhat.com](https://developers.redhat.com).

## Local Development

To run this application locally you need Node.js v20 or newer. If you're using
[nvm](https://nvm.sh) simply run `nvm install` and `nvm use` from the root of this repository to
use the correct Node.js version.

Install dependencies using `npm`

```bash
npm install
```

Start the application using `node`

```bash
node index.mjs
```