chore: initialize repo

This commit is contained in:
Lukas Wölfer
2026-03-02 19:54:48 +01:00
commit 759ea22b4d
8 changed files with 555 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# 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:
```bash
# 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 `effect` package is loaded dynamically at runtime; if you prefer a pinned version, edit `src/deps.ts`.