@aw-webflow/ai_coworkers_page
v1.0.1
Published
Custom JavaScript for a Webflow page, published to npm and served via the jsDelivr CDN.
Readme
@aw-webflow/ai_coworkers_page
Custom JavaScript for a Webflow page, published to npm and served via the jsDelivr CDN.
Usage via jsDelivr CDN
Add the following script tag to your Webflow page (Site/Page Settings → Custom Code, or an Embed element):
<script src="https://cdn.jsdelivr.net/npm/@aw-webflow/[email protected]/script.min.js"></script>Pin the version (@1.0.0) so the page always loads a known release. Update it after each publish.
Deployment Workflow
- Push your changes to GitHub.
- Bump the version in
package.json. - Publish to npm:
npm publish --access public - Update the version in the Webflow page's script tag to point at the new release.
Local Development
npm install
npm startnpm start runs parcel script.js to serve and bundle the script locally.
