# @aw-webflow/microsoft_partner_page

## Usage via jsDelivr CDN

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

## Deployment Workflow

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

## Local Development

```bash
npm install
npm start
```
