14 lines
270 B
Markdown
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.
|
|
|
|
|