Files
nostr_login_lite/laan_notes.md
Your Name 37fb89c0a9 first
2025-09-09 09:32:09 -04:00

14 lines
270 B
Markdown

```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.