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

https://github.com/joshuacc/reactor-news


https://github.com/joshuacc/reactor-news

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Reactor News: A Hacker News Clone

## Getting started

Before doing anything else, run `npm ci` to install the exact depencies listed in `package-lock.json`.

## Available commands

- Run in development: `npm start`
- Run production build: `npm run build`
- Run in offline mode locally: `npm run start:pwa`
- Run tests interactively: `npm test`
- Run tests and get coverage: `npm run test:coverage`