# @aw-webflow/home_custom_js

Custom JavaScript for the Webflow home page.

## Usage via jsDelivr CDN

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

## Deployment Workflow

1. Push changes to GitHub
2. Bump version in `package.json`
3. Run `npm publish --access public`
4. Update the version in the Webflow script tag if pinned

## Local Development

```bash
npm install
npm start
```

This starts Parcel in development mode with hot reloading on `script.js`.
