Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.02 KB

readme.md

File metadata and controls

48 lines (33 loc) · 1.02 KB

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