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

https://github.com/mirgj/pico-news

Small news-feed website clone of hacker-news/reddit
https://github.com/mirgj/pico-news

es6 hacker-news hn javascript mongodb nodejs reddit reddit-old

Last synced: 7 months ago
JSON representation

Small news-feed website clone of hacker-news/reddit

Awesome Lists containing this project

README

          

# pico-news

News-feed website, small clone of [reddit](https://old.reddit.com/) or [hacker-news](https://news.ycombinator.com/) build in javascript (Node.js).

## Screenshot

![alt text](https://raw.githubusercontent.com/mirgj/pico-news/master/doc/screenshot.png "Screenshot")

## How to start

```
git clone https://github.com/mirgj/pico-news.git
```

then

```
cd pico-news
npm run install
```

and

```
npm run start
```

Feel free to modify the `config.json` as you wish

## Build/Prod

```
npm run build
npm run start:dist
```