remarcable / did-not-read-yet

Share interesting links with your friends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

did-not-read-yet

Share interesting links with your friends

How to run

$ git clone https://github.com/lightningboss/did-not-read-yet.git
$ cd did-not-read-yet
$ npm i
$ cp server/config.sample.json server/config.dev.json # fill with own values
$ cp server/config.sample.json server/config.prod.json # fill with own values
$ npm start

To run either the server or the client individually, either run

$ npm run start:server

or

$ npm run start:client

About

Share interesting links with your friends

License:MIT License


Languages

Language:JavaScript 94.1%Language:HTML 3.7%Language:CSS 2.2%