Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 684 Bytes

File metadata and controls

34 lines (23 loc) · 684 Bytes

Licom/p2p - comments on every webpage

New version for Licom, where users can now add comments for each web page and are saved using p2p technology.

Warning This is an experimental version so there are probably thousands of bugs.

Features

  • Thumbs up and down as vote.
  • Shrinking long comments and displaying whole comment after clicking on show more.
  • Chat mode
  • Replying to comments.

Setup

Developing server

$ git clone https://github.com/LicomJS/Licom-gun-server
$ yarn install
$ node index

Client

$ yarn install
$ yarn dev

Contributing

If you want to help develop Licom, feel free to add a new PR! I'm happy for any help!