# @aw-webflow/agentic_iga_page

Custom JavaScript for a Webflow page, published to npm and served via jsDelivr.

## Usage via jsDelivr CDN

Add the following `<script>` tag to the Webflow page (replace `<version>` with the
published version):

```html
<script src="https://cdn.jsdelivr.net/npm/@aw-webflow/agentic_iga_page@<version>/script.min.js"></script>
```

## Deployment Workflow

1. Push changes to GitHub.
2. Bump the `version` in `package.json`.
3. Publish to npm:
   ```bash
   npm publish --access public
   ```
4. Update the `<script>` tag version in Webflow to point at the new release.

## Local Development

```bash
npm install
npm start
```

`npm start` runs `parcel script.js` for local bundling and development.
