/did-not-read-yet

Share interesting links with your friends

Primary LanguageJavaScriptMIT LicenseMIT

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