Gliding Guide — Demo (Deno + Lit + Effect)
This repository is bootstrapped as a minimal one-page demo using Lit for UI and an optional effect module loaded from esm.sh.
Quick commands:
# Run the Deno file server to serve the static site at http://localhost:4507
deno task serve
# Run tests
deno test
Notes:
- The browser modules are imported from
https://esm.sh/so they can be loaded directly by the browser. - The
effectpackage is loaded dynamically at runtime; if you prefer a pinned version, editsrc/deps.ts.
Description
Languages
TypeScript
81.4%
HTML
18.6%