Skip to content

yunsite/widget

 
 

Repository files navigation

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=...

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.6%
  • CSS 11.8%
  • HTML 1.6%