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
- Host: GitHub
- URL: https://github.com/mirgj/pico-news
- Owner: mirgj
- License: mit
- Created: 2018-03-18T09:21:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T05:41:37.000Z (about 7 years ago)
- Last Synced: 2025-01-22T20:34:20.147Z (9 months ago)
- Topics: es6, hacker-news, hn, javascript, mongodb, nodejs, reddit, reddit-old
- Language: JavaScript
- Homepage:
- Size: 607 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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
```