Skip to content
/ Licom Public

Write and read comments on every page with a simple plug-in for your browser

License

Notifications You must be signed in to change notification settings

LicomJS/Licom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Licom - comments on every webpage

Licom is a simple plugin for your browser that adds the feature to leave comments on every page, even if it doesn't have that option itself.

Read others comments, vote and reply to them.

Available in light, dark mode and 5 languages :)

Install release

From:

Firefox Store Chrome Web Store

Or:

Go to the releases page and download the plugin for your browser.

Currently there are versions for Chrome and Firefox, if you use Opera, the plugin for Chrome will also work on your Opera browser.

  • To install on Chrome/Opera, go to the add-ons screen chrome://extensions/ and simply drag the add-on you downloaded into the window.

  • To install on Firefox, open a window about:debugging#/runtime/this-firefox and click on temporarily load an add-on and select the downloaded add-on.

Setup

Developing server

$ cd server
$ yarn install
$ mv dotenv .env
$ vim .env

# I use postgres, but you can easily use sqlite or mysql thanks to prisma.

$ docker-compose up
$ yarn dev # to start server with nodemon
$ yarn start

Contributing

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