thehunmonkgroup / jc-widget

Widget for commenting

Home Page:https://just-comments.com/demo.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JustComments Widget build

JustComments demo

Commenting widget for websites.
Hosting / easy integration / no ads / no tracking / small size.
Demo

This project contains the source code of the commenting widget used by JustComments. The widget is designed to be embedded into 3rd party websites to provide the functionaility to discuss the content on a page. The backend is not included in this repository.

Installation

Checkout the project and install dependencies:

npm install

Running in development mode

npm start # starts a server at localhost:3333

Build

npm run build -- \
  --endpoint=.. \
  --guestSecret=... \
  --pushUrl=... \
  --coreUrl=... \
  --twitterUrl=...

About

Widget for commenting

https://just-comments.com/demo.html

License:GNU General Public License v3.0


Languages

Language:JavaScript 85.3%Language:CSS 11.1%Language:HTML 3.6%