/mooncomm

Light-weight comment system for Cloudflare Worker

Primary LanguageTypeScriptGNU Lesser General Public License v3.0LGPL-3.0

Mooncomm

A comment system designed for Cloudflare Workers.

Build with Itty Router Lit github/@lit

Backend - CF

Deploy into Cloudflare Workers

$ npm run deploy

Frontend - UI

Development

$ npm install

Run a dev server:

$ npm run start

The check out http://localhost:8000/dev/index.html

Build:

$ npm run build