This commit is contained in:
Your Name
2025-09-09 09:32:09 -04:00
commit 37fb89c0a9
135 changed files with 36437 additions and 0 deletions

13
laan_notes.md Normal file
View File

@@ -0,0 +1,13 @@
```bash
npm install
npm run build
```
Then copy these 2 files to your web server:
1. __`examples/minimal-test.html`__ (your page)
2. __`packages/auth/dist/unpkg.js`__ (the complete library)
The `unpkg.js` should be a self-contained bundle with everything included.